summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtktoolbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolbutton.c b/gtk/gtktoolbutton.c
index 74fe78a9b1..a0e16b98ed 100644
--- a/gtk/gtktoolbutton.c
+++ b/gtk/gtktoolbutton.c
@@ -264,7 +264,7 @@ gtk_tool_button_class_init (GtkToolButtonClass *klass)
P_("Spacing in pixels between the icon and label"),
0,
G_MAXINT,
- 0,
+ 3,
GTK_PARAM_READWRITE));
/**