mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
set a default window size for the debug window
This commit is contained in:
@@ -225,6 +225,7 @@ msgwin_create( TrCore * core )
|
||||
int ii, curlevel;
|
||||
|
||||
win = gtk_window_new( GTK_WINDOW_TOPLEVEL );
|
||||
gtk_window_set_default_size( GTK_WINDOW( win ), 600, 400 );
|
||||
gtk_window_set_role( GTK_WINDOW( win ), "debug-window" );
|
||||
vbox = gtk_vbox_new( FALSE, 0 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user