From bdaa8b2c41572554f38d4ee8bcb84dad740f3df9 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 14 Aug 2006 23:12:28 +0000 Subject: Fix dialogue spacing. Bug #351370. 2006-08-14 Christian Persch * shell/ev-properties-dialog.c: Fix dialogue spacing. Bug #351370. --- (limited to 'shell') 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); -- cgit v0.9.1