Add grid lines to PSW window
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 23 Nov 2013 01:11:21 +0000 (20:11 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 23 Nov 2013 03:24:07 +0000 (22:24 -0500)
src/pswwin.c

index 761e62d..14eccd1 100644 (file)
@@ -196,6 +196,9 @@ pswwin_init(void)
 
        /* Creating the view component */
        pswlist = gtk_tree_view_new_with_model(GTK_TREE_MODEL(store));
+
+       gtk_tree_view_set_grid_lines(GTK_TREE_VIEW(pswlist), GTK_TREE_VIEW_GRID_LINES_BOTH);
+
        gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(pswlist), TRUE);
        gtk_container_add(GTK_CONTAINER(frame), pswlist);