From 6faebb1797c56eb62f5f25de54930cc0d930ac7a Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Wed, 3 Dec 2025 07:31:06 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- 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 7ffad29..04ab4b9 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -146,7 +146,7 @@ C_Button_previous = Button(Controls_Box_Frame, text="⏮", pady=5, padx=5, comma C_Button_Next = Button(Controls_Box_Frame, text="⏭", pady=5, padx=5, command=PiperTTS_GUI_Next) # Creating a Test Text Label -My_Test_Label = Label(Controls_Box_Frame, text="Test Text?", anchor="center") +My_Test_Label = Label(Controls_Box_Frame, text="Test Text?", anchor=CENTER) My_Test_Label.grid(row=0, column=0, columnspan=4) # Aligning Buttons to grid