From 83dc5c04c10d9a118b187bc7b80a4e7436c73961 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Wed, 3 Dec 2025 09:17:25 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 3f98414..67dfa65 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -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.")