1
Fork 0

Changed style for about button

This commit is contained in:
Jake Howard 2015-05-12 22:40:22 +01:00
parent a56dd547b9
commit f8e2e5df71
1 changed files with 1 additions and 1 deletions

2
GUI.py
View File

@ -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()