[Xfce4-commits] <thunar:progress-dialog-experiments> Use 18px spacing between the progress views in the dialog.

Jannis Pohlmann jannis at xfce.org
Mon Sep 14 19:00:03 CEST 2009


Updating branch refs/heads/progress-dialog-experiments
         to 6a55e55afca0e10f1fac5de98568222e129999f1 (commit)
       from 104f4b0e147be1d2fabccadeccc28dcc86374b03 (commit)

commit 6a55e55afca0e10f1fac5de98568222e129999f1
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Mon Sep 14 18:55:29 2009 +0200

    Use 18px spacing between the progress views in the dialog.

 thunar/thunar-progress-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-progress-dialog.c b/thunar/thunar-progress-dialog.c
index 30ad94b..c3e98e4 100644
--- a/thunar/thunar-progress-dialog.c
+++ b/thunar/thunar-progress-dialog.c
@@ -108,7 +108,7 @@ thunar_progress_dialog_init (ThunarProgressDialog *dialog)
   gtk_container_add (GTK_CONTAINER (dialog), dialog->vbox);
   gtk_widget_show (dialog->vbox);
 
-  dialog->content_box = gtk_vbox_new (FALSE, 12);
+  dialog->content_box = gtk_vbox_new (FALSE, 18);
   gtk_container_set_border_width (GTK_CONTAINER (dialog->content_box), 8);
   gtk_container_add (GTK_CONTAINER (dialog->vbox), dialog->content_box);
   gtk_widget_show (dialog->content_box);



More information about the Xfce4-commits mailing list