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

This commit is contained in:
2025-12-03 09:17:25 -08:00
parent 3ea196bd57
commit 83dc5c04c1

View File

@@ -33,7 +33,7 @@ except:
# Attempts to Place Input and Controls frames
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)
Controls_Box_Frame.place(x = 0, rely = 0.8, relwidth = 1, relheight = 0.7, anchor=CENTER)
except:
print("An exception occurred - when placing Frames.")