From 9f7b2d699c0a6dc36070d135adf1331429dd6f6c Mon Sep 17 00:00:00 2001 From: Theo Linkspfeifer <lastonestanding@tutanota.com> Date: Tue, 24 Mar 2020 11:54:28 +0100 Subject: [PATCH] Reduce size of Properties dialog --- thunar/thunar-properties-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunar/thunar-properties-dialog.c b/thunar/thunar-properties-dialog.c index 848eb5645..c62186e37 100644 --- a/thunar/thunar-properties-dialog.c +++ b/thunar/thunar-properties-dialog.c @@ -253,7 +253,7 @@ thunar_properties_dialog_init (ThunarPropertiesDialog *dialog) _("_Help"), GTK_RESPONSE_HELP, _("_Close"), GTK_RESPONSE_CLOSE, NULL); - gtk_window_set_default_size (GTK_WINDOW (dialog), 500, 550); + gtk_window_set_default_size (GTK_WINDOW (dialog), 400, 450); dialog->notebook = gtk_notebook_new (); gtk_container_set_border_width (GTK_CONTAINER (dialog->notebook), 6); -- GitLab