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

This commit is contained in:
2025-12-06 13:20:23 -08:00
parent 31f7b2a648
commit 38db001c5f

View File

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