Update Uptated-Prototype/tkinter-Test.py

This commit is contained in:
2025-12-19 14:47:09 -08:00
parent 0d3d4914dc
commit c54a54fed5

View File

@@ -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.")