[gtk+] places sidebar: Drop the top margin



commit 00e08a0159c401327e2972f2f79db62135a501ab
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 19 09:29:17 2015 -0500

    places sidebar: Drop the top margin
    
    This looks odd in combination with the top underflow.

 gtk/gtkplacessidebar.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index f6faff6..d6d3dd6 100644
--- a/gtk/gtkplacessidebar.c
+++ b/gtk/gtkplacessidebar.c
@@ -4009,7 +4009,6 @@ gtk_places_sidebar_init (GtkPlacesSidebar *sidebar)
   /* tree view */
   tree_view = GTK_TREE_VIEW (gtk_tree_view_new ());
   gtk_tree_view_set_headers_visible (tree_view, FALSE);
-  gtk_widget_set_margin_top (GTK_WIDGET (tree_view), 4);
 
   gtk_tree_view_set_row_separator_func (tree_view,
                                         row_separator_func,


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