diff --git a/Uptated-Prototype/tkinter-Test.py b/Uptated-Prototype/tkinter-Test.py index d35f4d5..5b3560b 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(fill = "both", expand = True) + Controls_Box_Frame.pack(anchor = "center") except Exception as e: print(e, type(e)) print("An exception occurred - when placing Frames.")