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

This commit is contained in:
2025-12-20 16:42:23 -08:00
parent 10842ad3fb
commit 395f4845a2

View File

@@ -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)
GUI_Combobox_1 = ttk.Combobox(Prefrences_Frame, state = "readonly", textvariable = mylist_String, width = 53)
#
GUI_Combobox_1["values"] = mylist