From aa7ac9777b8b68c9eb4ad8ddffdaba49e655ed99 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Sat, 6 Dec 2025 13:00:03 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test-2nd.py --- Uptated-Prototype/PiperTTS-GUI-Test-2nd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py b/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py index 8d5ba3b..4731af1 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test-2nd.py @@ -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.")