[nautilus] list-view: enable horizontal grid lines



commit 6a95c7b5bf2e2e98e10a78c87af04621611073e7
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Jan 27 17:23:31 2015 +0000

    list-view: enable horizontal grid lines
    
    To match mockups.

 src/nautilus-list-view.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c
index 67be649..fdcce74 100644
--- a/src/nautilus-list-view.c
+++ b/src/nautilus-list-view.c
@@ -2002,6 +2002,7 @@ create_and_set_up_tree_view (NautilusListView *view)
 
        gtk_tree_selection_set_mode (gtk_tree_view_get_selection (view->details->tree_view), 
GTK_SELECTION_MULTIPLE);
        gtk_tree_view_set_rules_hint (view->details->tree_view, TRUE);
+       gtk_tree_view_set_grid_lines (view->details->tree_view, GTK_TREE_VIEW_GRID_LINES_HORIZONTAL);
 
        g_settings_bind (nautilus_list_view_preferences, NAUTILUS_PREFERENCES_LIST_VIEW_USE_TREE,
                         view->details->tree_view, "show-expanders",


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