diff --git a/Main.py b/Main.py index 1d1c5b1..59aa985 100644 --- a/Main.py +++ b/Main.py @@ -57,8 +57,10 @@ def main(): set_default_color_theme("blue") # Tabs to seperate options from launching the game + guitabs = CTkTabview(master=app, border_width=4, border_color="#0000FF") - guitabs.pack(padx=0, pady=0) + guitabs.pack(expand=True, fill='both', padx=0, pady=0) + guitabs.add("Launcher") guitabs.add("Options")