Update Uptated-Prototype/tkinter-Test.py
This commit is contained in:
@@ -25,7 +25,7 @@ except Exception as e:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
Input_Box_Frame.pack(fill = "both", expand = True)
|
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:
|
except Exception as e:
|
||||||
print(e, type(e))
|
print(e, type(e))
|
||||||
print("An exception occurred - when placing Frames.")
|
print("An exception occurred - when placing Frames.")
|
||||||
|
|||||||
Reference in New Issue
Block a user