Changed style for about button
This commit is contained in:
parent
a56dd547b9
commit
f8e2e5df71
1 changed files with 1 additions and 1 deletions
2
GUI.py
2
GUI.py
|
@ -39,7 +39,7 @@ class Main_Window:
|
|||
self.exit_button.bind('<Button-1>', self.close)
|
||||
|
||||
Style().configure("Menu.TButton", font=("Lucida", 21))
|
||||
Style().configure("About.TButton", font=("Lucida", 13))
|
||||
Style().configure("About.TButton", font=("Lucida", 17))
|
||||
Style().configure("Quit.TButton", font=("Lucida", 13))
|
||||
|
||||
self.options_window = Options_Window()
|
||||
|
|
Reference in a new issue