gui: add a separator between the close button and the other buttons

To avoid accidentally clicking the close button when trying to save
pull/145/head
Peter Hutterer 2019-07-18 18:33:40 +10:00
parent 78fc886375
commit 3e246b0aa1
1 changed files with 15 additions and 1 deletions

View File

@ -94,6 +94,20 @@
<property name="position">3</property>
</packing>
</child>
<child>
<object class="GtkSeparator">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">10</property>
<property name="margin_right">10</property>
<property name="orientation">vertical</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">4</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btn_remove">
<property name="visible">True</property>
@ -105,7 +119,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">4</property>
<property name="position">6</property>
</packing>
</child>
</object>