From f8e2e5df713ac3751f4c6f9221dd7cec4784f262 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 12 May 2015 22:40:22 +0100 Subject: [PATCH] Changed style for about button --- GUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI.py b/GUI.py index 708da6e..376d566 100644 --- a/GUI.py +++ b/GUI.py @@ -39,7 +39,7 @@ class Main_Window: self.exit_button.bind('', 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()