Skip to content

Commit 682bd50

Browse files
[SimpleGUIWallet] Tweak.
1 parent 672e4fa commit 682bd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleGUIWallet/wallet_forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ def __init__(self, parent, *args, **kwargs):
954954
## Tutorial Link:
955955

956956
labelAppTutorial = ttk.Label(self, text="A tutorial is available at https://how.bitshares.works/",
957-
foreground="blue", font=("fixed","16", "italic"), cursor="hand2")
957+
foreground="blue", font=("fixed","14", "italic"), cursor="hand2")
958958
labelAppTutorial.pack(pady=4)
959959
labelAppTutorial.bind("<ButtonRelease-1>", self.on_click_tutorial)
960960

0 commit comments

Comments
 (0)