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

This commit is contained in:
2025-12-06 13:00:03 -08:00
parent ae616b393f
commit aa7ac9777b

View File

@@ -34,8 +34,8 @@ except:
# Attempts to Place Input and Controls frames
try:
Input_Box_Frame.place(x = 0, y = 0, relwidth = 1, relheight = 0.8, anchor=CENTER)
Controls_Box_Frame.place(x = 0, rely = 0.8, relwidth = 1, relheight = 0.8, anchor=CENTER)
Input_Box_Frame.place(x = 0, y = 0, relwidth = 1, relheight = 0.8)
Controls_Box_Frame.place(x = 0, rely = 0.8, relwidth = 1, relheight = 0.8)
except:
print("An exception occurred - when placing Frames.")