Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user