Changed shortcut window to be non-model.
This commit is contained in:
parent
5e9e34ed60
commit
b6483090b6
|
@ -2,7 +2,7 @@
|
||||||
<interface>
|
<interface>
|
||||||
<!-- interface-requires gtk+ 3.17 -->
|
<!-- interface-requires gtk+ 3.17 -->
|
||||||
<object class="GtkShortcutsWindow" id="shortcuts-xed">
|
<object class="GtkShortcutsWindow" id="shortcuts-xed">
|
||||||
<property name="modal">1</property>
|
<property name="modal">0</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkShortcutsSection">
|
<object class="GtkShortcutsSection">
|
||||||
<property name="visible">1</property>
|
<property name="visible">1</property>
|
||||||
|
|
Loading…
Reference in New Issue