From 9bb3aedbd6c10678459e772bda9c207041b038e7 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Wed, 17 Dec 2025 14:13:53 -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 ba5b833..4561e70 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -75,7 +75,7 @@ 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) Input_Box_Frame.pack(fill = "both", expand = True) - Controls_Box_Frame.pack(fill = "both") + Controls_Box_Frame.pack(fill = "both", anchor = "center", side = "top") except Exception as e: print(e, type(e)) print("An exception occurred - when placing Frames.")