mirror of
https://github.com/transmission/transmission
synced 2025-02-08 07:24:55 +00:00
(gtk) #1193: add a shadow to the torrent list
This commit is contained in:
parent
c3eb56a6e0
commit
839cfe9155
1 changed files with 1 additions and 0 deletions
|
@ -556,6 +556,7 @@ tr_window_new( GtkUIManager * ui_manager, TrCore * core )
|
|||
p->view = makeview( p, core );
|
||||
w = p->scroll = gtk_scrolled_window_new( NULL, NULL );
|
||||
gtk_scrolled_window_set_policy( GTK_SCROLLED_WINDOW(w), GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC );
|
||||
gtk_scrolled_window_set_shadow_type( GTK_SCROLLED_WINDOW(w), GTK_SHADOW_IN );
|
||||
gtk_container_add( GTK_CONTAINER(w), p->view );
|
||||
gtk_box_pack_start_defaults( GTK_BOX(vbox), w );
|
||||
gtk_container_set_focus_child( GTK_CONTAINER( vbox ), w );
|
||||
|
|
Loading…
Reference in a new issue