summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r--gtk/gtkdialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index b02c6048c1..0f73b1227a 100644
--- a/gtk/gtkdialog.c
+++ b/gtk/gtkdialog.c
@@ -612,7 +612,7 @@ gtk_dialog_class_init (GtkDialogClass *class)
P_("Spacing between buttons"),
0,
G_MAXINT,
- 6,
+ 4,
GTK_PARAM_READABLE));
/**
@@ -629,7 +629,7 @@ gtk_dialog_class_init (GtkDialogClass *class)
P_("Width of border around the button area at the bottom of the dialog"),
0,
G_MAXINT,
- 5,
+ 0,
GTK_PARAM_READABLE));
/**