uncomment icon line and fix typo

This commit is contained in:
2025-12-19 08:02:14 -08:00
parent e1cb31a07b
commit c1c51d5e55

View File

@@ -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")