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

This commit is contained in:
2025-12-01 13:50:00 -08:00
parent e2a1eca6b7
commit 9548d5c208

View File

@@ -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.")