Merge pull request #516 from Vulcalien/keybinding-menu
Automatically focus the Keybindings menu
This commit is contained in:
commit
0b2d91786c
|
@ -3722,6 +3722,7 @@
|
|||
<object class="GtkTreeView" id="keybindingtreeview">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">True</property>
|
||||
<property name="has-focus">True</property>
|
||||
<property name="model">KeybindingsListStore</property>
|
||||
<property name="headers-clickable">False</property>
|
||||
<property name="search-column">0</property>
|
||||
|
|
Loading…
Reference in New Issue