diff --git a/ChangeLog b/ChangeLog index 2c87134c6f..4c895ca723 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-06-19 Sven Neumann + + * app/tools/gimprectangleselectoptions.c + (gimp_rect_select_options_gui): set proper step and page + increments in the scale entry for the corner radius. + 2007-06-18 Sven Neumann * app/tools/gimpiscissorstool.c (gimp_iscissors_tool_draw): free diff --git a/app/tools/gimprectangleselectoptions.c b/app/tools/gimprectangleselectoptions.c index cda4a6aac3..013ebf1b90 100644 --- a/app/tools/gimprectangleselectoptions.c +++ b/app/tools/gimprectangleselectoptions.c @@ -164,7 +164,7 @@ gimp_rect_select_options_gui (GimpToolOptions *tool_options) gimp_prop_scale_entry_new (config, "corner-radius", GTK_TABLE (table), 0, 0, _("Radius:"), - 0.0, 100.0, 1, + 1.0, 10.0, 1, FALSE, 0.0, 0.0); }