From: Christian Persch Date: Mon, 14 Aug 2006 23:12:28 +0000 (+0000) Subject: Fix dialogue spacing. Bug #351370. X-Git-Tag: EVINCE_0_6_0~54 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=bdaa8b2c41572554f38d4ee8bcb84dad740f3df9;p=evince.git Fix dialogue spacing. Bug #351370. 2006-08-14 Christian Persch * shell/ev-properties-dialog.c: Fix dialogue spacing. Bug #351370. --- 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);