From bd286d13fab56e3e0000478105aa37d42052631a Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Tue, 9 Dec 2025 15:12:04 -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 3032edf..c97008f 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -208,7 +208,7 @@ try: except: print("An exception occurred - trying to count like dracula.") My_Test_Labe2 = Label(Controls_Box_Frame, textvariable=MyTestText2) -My_Test_Label.grid(row=2, column=0, columnspan=4) +My_Test_Label2.grid(row=2, column=0, columnspan=4) # Aligning Buttons to grid #C_Button_Clipboard.grid(row=1, column=4)