From 433e1082a6bd44e81fc7cadea26b3dd82120c633 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Sat, 20 Dec 2025 16:45:00 -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 41c8d84..cebe836 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -357,7 +357,7 @@ C_Button_Next.grid(row=1, column=4) # Prefrences stuff #GUI_Combobox_1_Label = Label(Prefrences_Frame, text="Language?") -GUI_Combobox_1 = ttk.Combobox(Prefrences_Frame, state = "readonly", textvariable = mylist_String, width = 53) +GUI_Combobox_1 = ttk.Combobox(Prefrences_Frame, state = "readonly", textvariable = mylist_String, width = 42) # GUI_Combobox_1["values"] = mylist