Update Uptated-Prototype/PiperTTS-GUI-Test.py

This commit is contained in:
2025-12-20 16:54:05 -08:00
parent 20fd5f9445
commit 0566b14e24

View File

@@ -366,10 +366,10 @@ GUI_Combobox_1.bind("<<ComboboxSelected>>", 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)