From 289c10bd9dab5f3544f29d5e7b17e2d28d7aa218 Mon Sep 17 00:00:00 2001 From: RapidStoned <111416165+VirtualRabb@users.noreply.github.com> Date: Wed, 24 Aug 2022 15:51:44 +0200 Subject: [PATCH 1/2] Testing to see if i have write access --- GUI/GUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/GUI.py b/GUI/GUI.py index b2a42f7..743daca 100644 --- a/GUI/GUI.py +++ b/GUI/GUI.py @@ -8,7 +8,7 @@ import customtkinter customtkinter.set_appearance_mode("System") # Modes: "System" (standard), "Dark", "Light" customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue" - +#test class App(customtkinter.CTk): WIDTH = 1200 From 3ea46d4f7a154f0962e53cec399f6f9456fd11a0 Mon Sep 17 00:00:00 2001 From: RapidStoned <111416165+VirtualRabb@users.noreply.github.com> Date: Wed, 24 Aug 2022 15:52:51 +0200 Subject: [PATCH 2/2] To remove #test from gui.py --- GUI/GUI.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GUI/GUI.py b/GUI/GUI.py index 743daca..bb9c1fd 100644 --- a/GUI/GUI.py +++ b/GUI/GUI.py @@ -8,7 +8,6 @@ import customtkinter customtkinter.set_appearance_mode("System") # Modes: "System" (standard), "Dark", "Light" customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue" -#test class App(customtkinter.CTk): WIDTH = 1200