Add a missing setting
This commit is contained in:
parent
f761f40c17
commit
a068372228
|
@ -32,7 +32,7 @@ class ProfileEditor:
|
|||
# combobox settings
|
||||
scrollbar_position = ['left', 'right', 'disabled']
|
||||
backspace_del_binding = ['ascii-del', 'control-h', 'escape-sequence']
|
||||
focus = ['click', 'sloppy']
|
||||
focus = ['click', 'sloppy', 'mouse']
|
||||
background_type = ['solid', 'image', 'transparent']
|
||||
tab_position = ['top', 'bottom', 'left', 'right']
|
||||
|
||||
|
|
Loading…
Reference in New Issue