diff --git a/Uptated-Prototype/tkinter-Test.py b/Uptated-Prototype/tkinter-Test.py index 5b3560b..d335813 100644 --- a/Uptated-Prototype/tkinter-Test.py +++ b/Uptated-Prototype/tkinter-Test.py @@ -25,7 +25,7 @@ except Exception as e: try: Input_Box_Frame.pack(fill = "both", expand = True) - Controls_Box_Frame.pack(anchor = "center") + Controls_Box_Frame.pack(anchor = "center", expand = True) except Exception as e: print(e, type(e)) print("An exception occurred - when placing Frames.")