set proper step and page increments in the scale entry for the corner

2007-06-19  Sven Neumann  <sven@gimp.org>

	* app/tools/gimprectangleselectoptions.c
	(gimp_rect_select_options_gui): set proper step and page
	increments in the scale entry for the corner radius.


svn path=/trunk/; revision=22801
This commit is contained in:
Sven Neumann 2007-06-19 06:22:59 +00:00 committed by Sven Neumann
parent 13c8daa83c
commit 2025f54f69
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2007-06-19 Sven Neumann <sven@gimp.org>
* 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 <sven@gimp.org>
* app/tools/gimpiscissorstool.c (gimp_iscissors_tool_draw): free

View File

@ -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);
}