Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -44,7 +44,7 @@ except:
|
|||||||
try:
|
try:
|
||||||
Main_Text_Scrollbar = Scrollbar(Input_Box_Frame, command = Input_Box_Frame.yview)
|
Main_Text_Scrollbar = Scrollbar(Input_Box_Frame, command = Input_Box_Frame.yview)
|
||||||
Input_Box_Frame.configure(yscrollcommand = Main_Text_Scrollbar.set)
|
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:
|
except:
|
||||||
print("An exception occurred - when creating a scroll bar.")
|
print("An exception occurred - when creating a scroll bar.")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user