[nautilus/gnome-3-20] sidebar: don't margins in the code



commit 31e757f744756c3933d2d2cde9c8aaab6c8ccf8f
Author: Sebastien Bacher <seb128 ubuntu com>
Date:   Wed Mar 16 17:09:42 2016 +0100

    sidebar: don't margins in the code
    
    those should rather be defined by the theme
    https://bugzilla.gnome.org/show_bug.cgi?id=763768

 src/nautilus-window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index 69823b6..f3166f2 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -1271,8 +1271,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);
 }
 


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