From 4991bbc0cb581288c26fabea9c746a583d4c08ba Mon Sep 17 00:00:00 2001 From: mbkma Date: Mon, 13 Apr 2020 22:01:48 +0200 Subject: pluma.c: set PlumaWindow size-request (min-size) to 250x250 --- pluma/pluma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pluma/pluma.c b/pluma/pluma.c index 99542b65..e0f46e0f 100644 --- a/pluma/pluma.c +++ b/pluma/pluma.c @@ -619,6 +619,7 @@ main (int argc, char *argv[]) pluma_debug_message (DEBUG_APP, "Create main window"); window = pluma_app_create_window (app, NULL); + gtk_widget_set_size_request (GTK_WIDGET (window), 250, 250); if (file_list != NULL) { -- cgit v1.2.1