diff --git a/Main.py b/Main.py index a58819a..422ce43 100644 --- a/Main.py +++ b/Main.py @@ -57,7 +57,7 @@ def main(): # Tabs to seperate options from launching the game guitabs = CTkTabview(master=app) - guitabs.pack(padx=0, pady=0) + guitabs.pack(expand=True, fill='both', padx=0, pady=0) guitabs.add("Launcher") guitabs.add("Options")