1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00

(gtk) #850: download individual file's checkbox so far away from its title

This commit is contained in:
Charles Kerr 2008-04-07 02:38:50 +00:00
parent b57d6932f0
commit 1f2d90e4ff

View file

@ -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 */