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:
parent
b57d6932f0
commit
1f2d90e4ff
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue