(gtk) I hate, hate, hate having the speed display at the bottom.

This commit is contained in:
Charles Kerr 2008-11-17 01:22:48 +00:00
parent 93b3dc5617
commit 8b69cacc99
1 changed files with 1 additions and 1 deletions

View File

@ -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;