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 = ttk.Label(frame, text="Terminal")
|
||||||
label.grid(row=2, column=0, pady=PADY, padx=PADX, sticky="w")
|
label.grid(row=2, column=0, pady=PADY, padx=PADX, sticky="w")
|
||||||
combobox = ttk.Combobox(
|
combobox = ttk.Combobox(
|
||||||
frame,
|
frame, textvariable=self.terminal, values=appconfig.TERMINALS
|
||||||
textvariable=self.terminal,
|
|
||||||
values=appconfig.TERMINALS,
|
|
||||||
state="readonly",
|
|
||||||
)
|
)
|
||||||
combobox.grid(row=2, column=1, sticky="ew")
|
combobox.grid(row=2, column=1, sticky="ew")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue