[nautilus] toolbar: Remove margin unnecessary



commit 6ac43ab0516fa54406e1833244b54738efc1bc73
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Thu Aug 29 14:37:09 2013 +0300

    toolbar: Remove margin unnecessary

 src/nautilus-toolbar.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-toolbar.c b/src/nautilus-toolbar.c
index 7b92c2e..02662b0 100644
--- a/src/nautilus-toolbar.c
+++ b/src/nautilus-toolbar.c
@@ -406,7 +406,6 @@ nautilus_toolbar_constructed (GObject *obj)
                                     "header-bar");
 
        self->priv->toolbar = toolbar = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
-       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]