Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -74,8 +74,8 @@ except Exception as e:
|
||||
try:
|
||||
#Input_Box_Frame.place(x = 0, y = 0, relwidth = 1, relheight = 0.7)
|
||||
#Controls_Box_Frame.place(x = 0, rely = 0.8, relwidth = 1, relheight = 0.7)
|
||||
Input_Box_Frame.pack(fill = "both", expand = True, anchor = "center", side = "top")
|
||||
Controls_Box_Frame.pack(fill = "both", anchor = "center", side = "top")
|
||||
Input_Box_Frame.pack(fill = "both", expand = True, anchor = "center")
|
||||
Controls_Box_Frame.pack(expand = True, anchor = "center")
|
||||
except Exception as e:
|
||||
print(e, type(e))
|
||||
print("An exception occurred - when placing Frames.")
|
||||
|
||||
Reference in New Issue
Block a user