From 9548d5c2084d5c7c4c26b15d7c100b7447f0a014 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Mon, 1 Dec 2025 13:50:00 -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 2506c10..4f63c3d 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -44,7 +44,7 @@ except: try: Main_Text_Scrollbar = Scrollbar(Input_Box_Frame, command = Input_Box_Frame.yview) Input_Box_Frame.configure(yscrollcommand = Main_Text_Scrollbar.set) - Main_Text_Scrollbar.place(relx = 1, rely = 0, relheight = 1 anchor = "ne") + Main_Text_Scrollbar.place(relx = 1, rely = 0, relheight = 1, anchor = "ne") except: print("An exception occurred - when creating a scroll bar.")