diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 6ec85cb..c1fa99f 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_piper2.png")) style = ttk.Style() style.configure("My.TLabel", foreground="white", background="#404040")