places sidebar: Drop the top margin

This looks odd in combination with the top underflow.
This commit is contained in:
Matthias Clasen 2015-01-19 09:29:17 -05:00
parent 121fddc4d2
commit 00e08a0159

View File

@ -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,