diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c index 0c46c381..82bdf3b5 100644 --- a/thunar/thunar-window.c +++ b/thunar/thunar-window.c @@ -3207,6 +3207,8 @@ G_GNUC_END_IGNORE_DEPRECATIONS gtk_box_pack_start (GTK_BOX (vbox), button, FALSE, FALSE, 0); gtk_widget_show (button); + gtk_window_set_default_size (GTK_WINDOW (dialog), 400, -1); + gtk_dialog_run (GTK_DIALOG (dialog)); gtk_widget_destroy (dialog); }