[nautilus] toolbar: increase margin to 8px



commit ac9ad5a10fa4b86eb06f2927681e2bd8edd9167c
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Aug 20 10:44:02 2013 -0700

    toolbar: increase margin to 8px
    
    This really should not be hardcoded, and we should subclass
    GtkHeaderBar, but in the meantime, make this at least consistent with
    other applications.

 src/nautilus-toolbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-toolbar.c b/src/nautilus-toolbar.c
index dfe15c3..7b92c2e 100644
--- a/src/nautilus-toolbar.c
+++ b/src/nautilus-toolbar.c
@@ -406,7 +406,7 @@ nautilus_toolbar_constructed (GObject *obj)
                                     "header-bar");
 
        self->priv->toolbar = toolbar = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
-       g_object_set (toolbar, "margin", 6, NULL);
+       g_object_set (toolbar, "margin", 8, NULL);
        gtk_container_add (GTK_CONTAINER (self), toolbar);
 
        rtl = gtk_widget_get_default_direction () == GTK_TEXT_DIR_RTL;


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