Add some top / bottom margin to the existing association label

pull/729/head
Robert Fewell 6 years ago
parent 46655996b6
commit 75cc9b3087

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<!-- Generated with glade 3.22.2 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="association_dialog">
@ -152,6 +152,8 @@
<object class="GtkBox" id="existing_hbox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_top">3</property>
<property name="margin_bottom">3</property>
<child>
<placeholder/>
</child>

Loading…
Cancel
Save