[nautilus] sidebar: don't margins in the code



commit 2072ddafb332fd46db450243ea80caecba7ad6b3
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 7981f9c..2d2a1fc 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);
 }
 


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