allow editable Edit - Preferences - Terminal
This commit is contained in:
parent
4093b2244a
commit
b72ce6a66c
1 changed files with 1 additions and 4 deletions
|
@ -57,10 +57,7 @@ class PreferencesDialog(Dialog):
|
|||
label = ttk.Label(frame, text="Terminal")
|
||||
label.grid(row=2, column=0, pady=PADY, padx=PADX, sticky="w")
|
||||
combobox = ttk.Combobox(
|
||||
frame,
|
||||
textvariable=self.terminal,
|
||||
values=appconfig.TERMINALS,
|
||||
state="readonly",
|
||||
frame, textvariable=self.terminal, values=appconfig.TERMINALS
|
||||
)
|
||||
combobox.grid(row=2, column=1, sticky="ew")
|
||||
|
||||
|
|
Loading…
Reference in a new issue