Update Uptated-Prototype/PiperTTS-GUI-Test.py

This commit is contained in:
2025-12-03 07:31:06 -08:00
parent 00a26b2651
commit 6faebb1797

View File

@@ -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) C_Button_Next = Button(Controls_Box_Frame, text="", pady=5, padx=5, command=PiperTTS_GUI_Next)
# Creating a Test Text Label # 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) My_Test_Label.grid(row=0, column=0, columnspan=4)
# Aligning Buttons to grid # Aligning Buttons to grid