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 = 42)
|
||||
GUI_Combobox_1 = ttk.Combobox(Prefrences_Frame, state = "readonly", textvariable = mylist_String, width = 38)
|
||||
#
|
||||
GUI_Combobox_1["values"] = mylist
|
||||
|
||||
@@ -366,12 +366,12 @@ 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)
|
||||
GUI_Combobox_2 = ttk.Combobox(Prefrences_Frame, state = "readonly", textvariable = mylist_String_Two, width = 10)
|
||||
|
||||
#GUI_Combobox_3_Label = Label(Prefrences_Frame, text="Quality?")
|
||||
GUI_Combobox_3 = ttk.Combobox(Prefrences_Frame, state = "readonly", textvariable = mylist_String_Three)
|
||||
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?")
|
||||
GUI_Combobox_4 = ttk.Combobox(Prefrences_Frame, state = "readonly", text = "Speaker?", width = 10)
|
||||
|
||||
GUI_Spinbox_1_Label = Label(Prefrences_Frame, text="volume?")
|
||||
GUI_Spinbox_1 = ttk.Spinbox(Prefrences_Frame, from_ = 1, to = 100)
|
||||
|
||||
Reference in New Issue
Block a user