[Xfce4-commits] <thunar:master> Slightly increase the progress dialog (bug #9545).
Nick Schermer
noreply at xfce.org
Fri Nov 30 21:10:01 CET 2012
Updating branch refs/heads/master
to b7a6edd8a27386f22a3d1631e064e17a22d6e87f (commit)
from cca4e41dddf715459ccbfca5dc3fdd75aa6453b1 (commit)
commit b7a6edd8a27386f22a3d1631e064e17a22d6e87f
Author: Nick Schermer <nick at xfce.org>
Date: Fri Nov 30 21:09:35 2012 +0100
Slightly increase the progress dialog (bug #9545).
thunar/thunar-progress-dialog.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/thunar/thunar-progress-dialog.c b/thunar/thunar-progress-dialog.c
index 00add6d..1fe2cfa 100644
--- a/thunar/thunar-progress-dialog.c
+++ b/thunar/thunar-progress-dialog.c
@@ -92,7 +92,7 @@ thunar_progress_dialog_init (ThunarProgressDialog *dialog)
dialog->views = NULL;
gtk_window_set_title (GTK_WINDOW (dialog), _("File Operation Progress"));
- gtk_window_set_default_size (GTK_WINDOW (dialog), 400, 10);
+ gtk_window_set_default_size (GTK_WINDOW (dialog), 450, 10);
gtk_window_set_modal (GTK_WINDOW (dialog), FALSE);
gtk_window_set_transient_for (GTK_WINDOW (dialog), NULL);
gtk_window_set_destroy_with_parent (GTK_WINDOW (dialog), FALSE);
@@ -264,7 +264,7 @@ thunar_progress_dialog_job_finished (ThunarProgressDialog *dialog,
if (n_views < SCROLLVIEW_THRESHOLD)
{
/* try to shrink the window */
- gtk_window_resize (GTK_WINDOW (dialog), 400, 10);
+ gtk_window_resize (GTK_WINDOW (dialog), 450, 10);
}
/* check if we still have at least one view */
More information about the Xfce4-commits
mailing list