From d10d8a12f849a8ec940bf5ed544e622c4a19339f Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Wed, 17 Dec 2025 13:36:43 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 6d0311d..184c62a 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -238,12 +238,15 @@ def PiperTTS_GUI_Set_Prefrences(): if Prefrences_Frame: Input_Box_Frame.pack(fill = "both", expand = True) Controls_Box_Frame.pack(fill = "both") + print("An if occurred - when Setting prefrences.") else: #Input_Box_Frame.place_forget() #Controls_Box_Frame.place_forget() Input_Box_Frame.pack_forget() Controls_Box_Frame.pack_forget() - Prefrences_Frame.place(x = 0, y = 0, relwidth = 1, relheight = 1) + #Prefrences_Frame.place(x = 0, y = 0, relwidth = 1, relheight = 1) + Prefrences_Frame.pack(fill = "both", expand = True) + print("An if occurred - when Setting prefrences.") except Exception as e: print(e, type(e)) print("An exception occurred - when Setting prefrences.")