summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2016-03-16 17:09:42 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-04-14 11:43:29 +0200
commit2072ddafb332fd46db450243ea80caecba7ad6b3 (patch)
treeff2a62c9a6230f128a8c241d7103761a37610ccd
parent30337f1406094a7d71bb08cad82329d973fb8db5 (diff)
downloadnautilus-2072ddafb332fd46db450243ea80caecba7ad6b3.tar.gz
sidebar: don't margins in the code
those should rather be defined by the theme https://bugzilla.gnome.org/show_bug.cgi?id=763768
-rw-r--r--src/nautilus-window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index 7981f9c13..2d2a1fc42 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -1330,8 +1330,6 @@ add_menu_separator (GtkWidget *menu)
separator = gtk_separator_new (GTK_ORIENTATION_HORIZONTAL);
gtk_container_add (GTK_CONTAINER (menu), separator);
- gtk_widget_set_margin_top (separator, 6);
- gtk_widget_set_margin_bottom (separator, 6);
gtk_widget_show (separator);
}