Update Uptated-Prototype/PiperTTS-GUI-Test.py

This commit is contained in:
2025-12-14 13:23:32 -08:00
parent 90f7c1efb8
commit 9e6fd85821

View File

@@ -22,6 +22,7 @@ Window_PosY = (Screen_Height/2) - (Window_Height/2)
# Sets the GUI geometry and attempts to centers window on screen
Root_Window.geometry(f'{Window_Width}x{Window_Height}+{int(Window_PosX)}+{int(Window_PosY)}')
#Root_Window.minsize(Window_Width, Window_Height)
#Root_Window.iconphoto(false, PhotoImage(file = "py_piper.png"))
style = ttk.Style()
style.configure("My.TLabel", foreground="white", background="#404040")