Update Uptated-Prototype/tkinter-Test.py

This commit is contained in:
2025-12-19 15:06:42 -08:00
parent 8a42747daa
commit ac3a02650c

View File

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