Update Uptated-Prototype/tkinter-Test.py

This commit is contained in:
2025-12-19 15:06:55 -08:00
parent ac3a02650c
commit 9264d519e2

View File

@@ -9,7 +9,7 @@ Root_Window.geometry("500x500")
style = ttk.Style()
style.configure("My.TLabel", foreground="white", background="#404040")
.Root_Windowconfigure(background="#404040")
Root_Window.configure(background="#404040")
# Attempts to create a Input Frame
try: