9907: add a spacing value for children widgets

fit better for some Gtk themes
This commit is contained in:
romjerome 2017-02-02 10:26:19 +01:00
parent 4ff908bcef
commit aebe2810f8

View File

@ -14,6 +14,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>