allow a smaller brush radius to be set in the brush editor. Fixes bug

2004-11-06  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpbrusheditor.c: allow a smaller brush radius to
	be set in the brush editor. Fixes bug #157508.
This commit is contained in:
Sven Neumann 2004-11-06 18:55:06 +00:00 committed by Sven Neumann
parent babeb9afed
commit 1fdcd8bee8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-11-06 Sven Neumann <sven@gimp.org>
* app/widgets/gimpbrusheditor.c: allow a smaller brush radius to
be set in the brush editor. Fixes bug #157508.
2004-11-06 Sven Neumann <sven@gimp.org>
* app/dialogs/scale-dialog.c (scale_dialog_reset): same fix here.

View File

@ -151,7 +151,7 @@ gimp_brush_editor_init (GimpBrushEditor *editor)
GTK_ADJUSTMENT (gimp_scale_entry_new (GTK_TABLE (editor->options_table),
0, row++,
_("Radius:"), -1, 5,
0.0, 1.0, 1000.0, 0.1, 1.0, 1,
0.0, 0.1, 1000.0, 0.1, 1.0, 1,
TRUE, 0.0, 0.0,
NULL, NULL));