Merge pull request #516 from Vulcalien/keybinding-menu

Automatically focus the Keybindings menu
This commit is contained in:
Matt Rose 2021-09-21 16:08:39 -04:00 committed by GitHub
commit 0b2d91786c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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>