From 955b329a16623fbffda0b1cc63574ad6ee39b485 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Fri, 19 Dec 2025 15:27:07 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 525df3e..e5727fd 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -74,8 +74,8 @@ except Exception as e: 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, anchor = "center", side = "top") - Controls_Box_Frame.pack(fill = "both", anchor = "center", side = "top") + Input_Box_Frame.pack(fill = "both", expand = True, anchor = "center") + Controls_Box_Frame.pack(expand = True, anchor = "center") except Exception as e: print(e, type(e)) print("An exception occurred - when placing Frames.")