Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -21,7 +21,7 @@ Root_Window.geometry(f'{Window_Width}x{Window_Height}+{int(Window_PosX)}+{int(Wi
|
|||||||
try:
|
try:
|
||||||
|
|
||||||
Input_Box_Frame = Frame(Root_Window)
|
Input_Box_Frame = Frame(Root_Window)
|
||||||
Input_Box_Frame.grid(row=0, column=0, columnspan=5, padx=10, pady=20, sticky="NWSE")
|
Input_Box_Frame.grid(row=0, column=0, columnspan=5, padx=10, pady=20, sticky="NSEW")
|
||||||
|
|
||||||
Main_Text_Scrollbar = Scrollbar(Input_Box_Frame)
|
Main_Text_Scrollbar = Scrollbar(Input_Box_Frame)
|
||||||
Main_Text_Scrollbar.pack(side=RIGHT, fill=y)
|
Main_Text_Scrollbar.pack(side=RIGHT, fill=y)
|
||||||
@@ -93,7 +93,7 @@ def PiperTTS_GUI_Clipboard():
|
|||||||
# Deleting info messages
|
# Deleting info messages
|
||||||
def PiperTTS_GUI_Hide_All_Labels():
|
def PiperTTS_GUI_Hide_All_Labels():
|
||||||
try:
|
try:
|
||||||
for widget in .Custom_Message():
|
for widget in Custom_Message.winfo_children():
|
||||||
widget.destroy()
|
widget.destroy()
|
||||||
except:
|
except:
|
||||||
print("An exception occurred - when attempting to hide previous messages.")
|
print("An exception occurred - when attempting to hide previous messages.")
|
||||||
|
|||||||
Reference in New Issue
Block a user