GtkStatusbar: Add some space between the frame and the label

Looks better this way.
This commit is contained in:
Matthias Clasen 2014-06-20 11:44:51 -04:00
parent 401bf15c9a
commit 5925f9eeb4

View File

@ -20,6 +20,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="spacing">4</property>
<property name="margin">4</property>
<child>
<object class="GtkLabel" id="label">
<property name="visible">True</property>