diff options
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r-- | gtk/gtkcombobox.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index ccda6ad457..c62e40a7d2 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -1051,9 +1051,9 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass) g_param_spec_float ("arrow-scaling", P_("Arrow Scaling"), P_("The amount of space used by the arrow"), - 0, + 0.0, 2.0, - 1.0, + 0.5, GTK_PARAM_READABLE)); /** |