Skip to content

Commit

Permalink
Regrouping to attempt to make shortcuts window height smaller.
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Jun 25, 2024
1 parent 0bc7495 commit e95cd82
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions data/com.github.phase1geo.minder.shortcuts.ui
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,26 @@
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes">View</property>
<property name="visible">1</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Center In View</property>
<property name="accelerator">&lt;shift&gt;c</property>
<property name="visible">1</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Place Into View</property>
<property name="accelerator">s</property>
<property name="visible">1</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="title" translatable="yes">Changing Current</property>
Expand Down Expand Up @@ -418,20 +438,6 @@
<property name="visible">1</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Center In View</property>
<property name="accelerator">&lt;shift&gt;c</property>
<property name="visible">1</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title" translatable="yes">Place Into View</property>
<property name="accelerator">s</property>
<property name="visible">1</property>
</object>
</child>
</object>
</child>
<child>
Expand Down

0 comments on commit e95cd82

Please sign in to comment.