ui/gtk/help-overlay.ui: Break app shortcuts out into their own section
This commit is contained in:
parent
baed3edf94
commit
2a5c29b96e
1 changed files with 7 additions and 1 deletions
|
|
@ -4,7 +4,6 @@
|
|||
<child>
|
||||
<object class="GtkShortcutsSection">
|
||||
<property name="visible">True</property>
|
||||
<property name="max-height">12</property>
|
||||
<property name="section-name">conversation</property>
|
||||
<property name="title" translatable="yes">Conversation Shortcuts</property>
|
||||
<child>
|
||||
|
|
@ -182,6 +181,13 @@
|
|||
</child>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsSection">
|
||||
<property name="visible">True</property>
|
||||
<property name="section-name">application</property>
|
||||
<property name="title" translatable="yes">Application Shortcuts</property>
|
||||
<child>
|
||||
<object class="GtkShortcutsGroup">
|
||||
<property name="visible">True</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue