From bdaa8b2c41572554f38d4ee8bcb84dad740f3df9 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 14 Aug 2006 23:12:28 +0000 Subject: [PATCH] Fix dialogue spacing. Bug #351370. 2006-08-14 Christian Persch * shell/ev-properties-dialog.c: Fix dialogue spacing. Bug #351370. --- ChangeLog | 6 ++++++ shell/ev-properties-dialog.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8ecb16b0..d06c9ff5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-14 Christian Persch + + * shell/ev-properties-dialog.c: + + Fix dialogue spacing. Bug #351370. + 2006-08-13 Wouter Bolsterlee * configure.ac: diff --git a/shell/ev-properties-dialog.c b/shell/ev-properties-dialog.c index c1b355b7..16494e16 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); -- 2.47.1