diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 6aa4be3..ba5b833 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -296,7 +296,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?") +My_Test_Label = Label(Controls_Box_Frame, text="Test Text?", anchor = "center", justify = "center") My_Test_Label.grid(row=0, column=0, columnspan=4) # try: