summaryrefslogtreecommitdiff
path: root/src/nautilus-toolbar.c
diff options
context:
space:
mode:
authorYosef Or Boczko <yoseforb@gmail.com>2013-08-29 14:37:09 +0300
committerYosef Or Boczko <yoseforb@gmail.com>2013-08-29 14:37:09 +0300
commit6ac43ab0516fa54406e1833244b54738efc1bc73 (patch)
treeafe2408424fd420503181cbf09125c9d213d4593 /src/nautilus-toolbar.c
parentfe976a49713aa09d9c6cbde7534a6e4e696b64ae (diff)
downloadnautilus-6ac43ab0516fa54406e1833244b54738efc1bc73.tar.gz
toolbar: Remove margin unnecessary
Diffstat (limited to 'src/nautilus-toolbar.c')
-rw-r--r--src/nautilus-toolbar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-toolbar.c b/src/nautilus-toolbar.c
index 7b92c2e3d..02662b062 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;