diff --git a/Uptated-Prototype/tkinter-Test.py b/Uptated-Prototype/tkinter-Test.py index cea605b..f0b123a 100644 --- a/Uptated-Prototype/tkinter-Test.py +++ b/Uptated-Prototype/tkinter-Test.py @@ -24,8 +24,8 @@ except Exception as e: print("An exception occurred - when creating Controls Frame.") try: - Input_Box_Frame.pack() - Controls_Box_Frame.pack() + Input_Box_Frame.pack(fill = "both", expand = True) + Controls_Box_Frame.pack(fill = "both", expand = True) except Exception as e: print(e, type(e)) print("An exception occurred - when placing Frames.")