From 0566b14e240a50f984cf4a327a3a3d10071784c7 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Sat, 20 Dec 2025 16:54:05 -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 d530cf7..cd37c7b 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -366,10 +366,10 @@ GUI_Combobox_1.bind("<>", lambda event: Select_Voice_For_Langu # #GUI_Combobox_2_Label = Label(Prefrences_Frame, text="Voice?") -GUI_Combobox_2 = ttk.Combobox(Prefrences_Frame, state = "readonly", textvariable = mylist_String_Two, width = 15) +GUI_Combobox_2 = ttk.Combobox(Prefrences_Frame, state = "readonly", textvariable = mylist_String_Two, width = 20) #GUI_Combobox_3_Label = Label(Prefrences_Frame, text="Quality?") -GUI_Combobox_3 = ttk.Combobox(Prefrences_Frame, state = "readonly", textvariable = mylist_String_Three, width = 15) +GUI_Combobox_3 = ttk.Combobox(Prefrences_Frame, state = "readonly", textvariable = mylist_String_Three, width = 10) GUI_Combobox_4 = ttk.Combobox(Prefrences_Frame, state = "readonly", text = "Speaker?", width = 15)