Skip to content

Commit

Permalink
ver bump
Browse files Browse the repository at this point in the history
revoxhere authored Dec 28, 2020
1 parent 2bc807d commit 7a88ac2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Wallet.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
##########################################
# Duino-Coin GUI Wallet (v1.7)
# Duino-Coin GUI Wallet (v1.8)
# https://github.com/revoxhere/duino-coin
# Distributed under MIT license
# © Duino-Coin Community 2020
@@ -492,7 +492,7 @@ def openStats(handler):
textFont3 = Font(statsWindow, size=14,weight="bold")
textFont = Font(statsWindow, size=12,weight="normal")

Label(statsWindow, text="Duco Statistics",
Label(statsWindow, text="Duco Statistics - WIP",
background = backgroundColor,
foreground = foregroundColor,
font = textFont3).grid(row=0, column=0)
@@ -916,7 +916,7 @@ def clear_amount_placeholder(self):

amount = Entry(master,background = "#87ebff", foreground=foregroundColor, border="0", font=textFont, width="20")
amount.place(relx=.1525, rely= .375)
amount.insert("0", "1.7")
amount.insert("0", "1.8")
amount.bind("<FocusIn>", clear_amount_placeholder)

def changeDucoColor(handler):

0 comments on commit 7a88ac2

Please sign in to comment.