[Xfce4-commits] <thunar-vcs-plugin:master> Added spacing on the svn status dialog.
Peter de Ridder
noreply at xfce.org
Tue Aug 3 20:06:04 CEST 2010
Updating branch refs/heads/master
to 26b1b79eb109c6240a66860b4252c37408bbe061 (commit)
from 2c85c20ae365f8778d270ed23a818031db4bc6a7 (commit)
commit 26b1b79eb109c6240a66860b4252c37408bbe061
Author: Peter de Ridder <peter at xfce.org>
Date: Mon Aug 2 22:27:52 2010 +0200
Added spacing on the svn status dialog.
Created a gap of 5 pixels between the scrollbars and the depth combobox.
tvp-svn-helper/tsh-status-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tvp-svn-helper/tsh-status-dialog.c b/tvp-svn-helper/tsh-status-dialog.c
index 6156047..8f70e4d 100644
--- a/tvp-svn-helper/tsh-status-dialog.c
+++ b/tvp-svn-helper/tsh-status-dialog.c
@@ -150,7 +150,7 @@ tsh_status_dialog_init (TshStatusDialog *dialog)
g_object_unref (model);
gtk_container_add (GTK_CONTAINER (scroll_window), tree_view);
- gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), scroll_window, TRUE, TRUE, 0);
+ gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), scroll_window, TRUE, TRUE, 5);
gtk_widget_show (tree_view);
gtk_widget_show (scroll_window);
More information about the Xfce4-commits
mailing list