mirror of
https://github.com/transmission/transmission
synced 2025-02-22 14:10:34 +00:00
(trunk gtk) #3454 "update tracker tab to match gtk+ client" -- copy a little bit of the Qt client's layout to the GTK+ client
This commit is contained in:
parent
009d024908
commit
969c72b927
1 changed files with 1 additions and 0 deletions
|
@ -2238,6 +2238,7 @@ tracker_page_new( struct DetailsImpl * di )
|
|||
gtk_container_set_border_width( GTK_CONTAINER( vbox ), GUI_PAD_BIG );
|
||||
|
||||
v = di->tracker_view = gtk_tree_view_new( );
|
||||
gtk_tree_view_set_headers_visible( GTK_TREE_VIEW( v ), FALSE );
|
||||
g_signal_connect( v, "button-press-event",
|
||||
G_CALLBACK( on_tree_view_button_pressed ), NULL );
|
||||
g_signal_connect( v, "button-release-event",
|
||||
|
|
Loading…
Reference in a new issue