Fix initial window size.
This commit is contained in:
		@ -242,7 +242,7 @@ set_geometry (ServerContextService *context)
 | 
			
		||||
        else
 | 
			
		||||
            height = (width / bounds.width) * bounds.height;
 | 
			
		||||
 | 
			
		||||
        gtk_widget_set_size_request (context->widget, width, height);
 | 
			
		||||
        gtk_window_resize (GTK_WINDOW(context->widget), width, height);
 | 
			
		||||
 | 
			
		||||
        gtk_window_move (GTK_WINDOW(context->window),
 | 
			
		||||
                         (rect.width - width) / 2,
 | 
			
		||||
@ -259,7 +259,7 @@ set_geometry (ServerContextService *context)
 | 
			
		||||
                                G_CALLBACK(on_size_allocate_set_dock),
 | 
			
		||||
                                context);
 | 
			
		||||
    } else {
 | 
			
		||||
        gtk_widget_set_size_request (context->widget,
 | 
			
		||||
        gtk_window_resize (GTK_WINDOW(context->window),
 | 
			
		||||
                           bounds.width,
 | 
			
		||||
                           bounds.height);
 | 
			
		||||
        gtk_window_move (GTK_WINDOW(context->window),
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user