Update Uptated-Prototype/tkinter-Test.py

This commit is contained in:
2025-12-19 15:02:08 -08:00
parent 40b9e2ea67
commit f387879439

View File

@@ -25,7 +25,7 @@ except Exception as e:
try:
Input_Box_Frame.pack(fill = "both", expand = True)
Controls_Box_Frame.pack(anchor = "center", expand = True)
Controls_Box_Frame.pack(anchor = "center", expand = True, style="My.TLabel")
except Exception as e:
print(e, type(e))
print("An exception occurred - when placing Frames.")