From 6a5d58180ff1a7e3928759ebe2d9ddd4e85c4404 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Sat, 6 Dec 2025 12:56:30 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test-2nd.py --- Uptated-Prototype/PiperTTS-GUI-Test-2nd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py b/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py index 71f7873..0eeecb8 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py @@ -63,7 +63,7 @@ GUI_Button_previous = ttk.Button(Controls_Box_Frame, text="⏮") GUI_Button_Next = ttk.Button(Controls_Box_Frame, text="⏭") # Creating a Test Text Label -My_Test_Label = Label(Controls_Box_Frame, text="Test Text?") +My_Test_Label = ttk.Label(Controls_Box_Frame, text="Test Text?") My_Test_Label.grid(row=1, column=0, columnspan=3) # Aligning Buttons to grid