[gtk+] GtkStatusbar: Add some space between the frame and the label



commit 5925f9eeb4b35227f268af34307f137ad6725380
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jun 20 11:44:51 2014 -0400

    GtkStatusbar: Add some space between the frame and the label
    
    Looks better this way.

 gtk/resources/ui/gtkstatusbar.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/resources/ui/gtkstatusbar.ui b/gtk/resources/ui/gtkstatusbar.ui
index c506b9b..16ca59f 100644
--- a/gtk/resources/ui/gtkstatusbar.ui
+++ b/gtk/resources/ui/gtkstatusbar.ui
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]