mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
(gtk) I hate, hate, hate having the speed display at the bottom.
This commit is contained in:
parent
93b3dc5617
commit
8b69cacc99
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ tr_window_new( GtkUIManager * ui_manager,
|
|||
gtk_box_pack_end( GTK_BOX( h ), w, FALSE, FALSE, 0 );
|
||||
g_signal_connect( w, "button-release-event",
|
||||
G_CALLBACK( onYinYangReleased ), p );
|
||||
gtk_box_pack_end( GTK_BOX( vbox ), h, FALSE, FALSE, 0 );
|
||||
gtk_box_pack_start( GTK_BOX( vbox ), h, FALSE, FALSE, 0 );
|
||||
|
||||
menu = gtk_menu_new( );
|
||||
l = NULL;
|
||||
|
|
Loading…
Reference in a new issue