[gtk+] Add a bit of margin on the statusbar



commit 94ebe2106817f6bc7aaf868bd00d0fc381d33e7e
Author: William Jon McCann <william jon mccann gmail com>
Date:   Wed Jul 17 16:52:23 2013 -0400

    Add a bit of margin on the statusbar
    
    So that the text doesn't touch the side of the window. And it
    looks much cleaner.

 gtk/gtkstatusbar.ui |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkstatusbar.ui b/gtk/gtkstatusbar.ui
index 39bacbc..94c7f67 100644
--- a/gtk/gtkstatusbar.ui
+++ b/gtk/gtkstatusbar.ui
@@ -5,6 +5,10 @@
     <property name="can_focus">False</property>
     <property name="vexpand">False</property>
     <property name="spacing">2</property>
+    <property name="margin_left">10</property>
+    <property name="margin_right">10</property>
+    <property name="margin_top">6</property>
+    <property name="margin_bottom">6</property>
     <child>
       <object class="GtkFrame" id="frame">
         <property name="visible">True</property>


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