Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-08-14 23:12:28 (GMT)
committer Christian Persch <chpe@src.gnome.org>2006-08-14 23:12:28 (GMT)
commitbdaa8b2c41572554f38d4ee8bcb84dad740f3df9 (patch)
treede5480f48cf5ae139dd3a9e1891e16d65a80265f /shell
parentf28a82737e7420c230b76b9eaaf2f5294448a8b0 (diff)
Fix dialogue spacing. Bug #351370.
2006-08-14 Christian Persch <chpe@cvs.gnome.org> * shell/ev-properties-dialog.c: Fix dialogue spacing. Bug #351370.
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-properties-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-properties-dialog.c b/shell/ev-properties-dialog.c
index c1b355b..16494e1 100644
--- a/shell/ev-properties-dialog.c
+++ b/shell/ev-properties-dialog.c
@@ -62,7 +62,7 @@ ev_properties_dialog_init (EvPropertiesDialog *properties)
gtk_window_set_destroy_with_parent (GTK_WINDOW (properties), TRUE);
gtk_dialog_set_has_separator (GTK_DIALOG (properties), FALSE);
gtk_container_set_border_width (GTK_CONTAINER (properties), 5);
- gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (properties)->vbox), 12);
+ gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (properties)->vbox), 2);
gtk_dialog_add_button (GTK_DIALOG (properties), GTK_STOCK_CLOSE,
GTK_RESPONSE_CANCEL);