From 9e6fd85821da94e35fbca2d36228373cf5f34cfb Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Sun, 14 Dec 2025 13:23:32 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index bbea501..7fbad16 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -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")