9907: add a spacing value for children widgets

fit better for some Gtk themes
This commit is contained in:
romjerome 2017-02-02 10:28:29 +01:00
parent d0e9728567
commit 1a1515d6e3

View File

@ -12,6 +12,7 @@
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child>
<object class="GtkLabel" id="title">
<property name="visible">True</property>