From c1c51d5e55872fa5a3cf3184de1eedb588ae9848 Mon Sep 17 00:00:00 2001 From: fithwum Date: Fri, 19 Dec 2025 08:02:14 -0800 Subject: [PATCH] uncomment icon line and fix typo --- Uptated-Prototype/PiperTTS-GUI-Test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index e1217fc..525df3e 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -22,7 +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")) +Root_Window.iconphoto(False, PhotoImage(file = "py_piper.png")) style = ttk.Style() style.configure("My.TLabel", foreground="white", background="#404040")