diff --git a/gtk/file-list.c b/gtk/file-list.c index f74d05e92..239d55b8c 100644 --- a/gtk/file-list.c +++ b/gtk/file-list.c @@ -467,6 +467,7 @@ file_list_new( TrTorrent * gtor ) /* create the view */ view = gtk_tree_view_new( ); + gtk_tree_view_set_rules_hint( GTK_TREE_VIEW( view ), TRUE ); gtk_container_set_border_width( GTK_CONTAINER( view ), GUI_PAD_BIG ); /* add file column */