applied another patch from Ulf-D. Ehlert for the parameter range (bug

2007-12-30  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/chip-away.scm: applied another 
patch
	from Ulf-D. Ehlert for the parameter range (bug #506110).


svn path=/trunk/; revision=24475
This commit is contained in:
Sven Neumann 2007-12-30 13:40:22 +00:00 committed by Sven Neumann
parent d62e65d42f
commit 289fa19212
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-12-30 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/chip-away.scm: applied another patch
from Ulf-D. Ehlert for the parameter range (bug #506110).
2007-12-29 Øyvind Kolås <pippin@gimp.org>
* app/gegl/gimpoperationtilesource.c: override the default behaviour

View file

@ -193,7 +193,7 @@
SF-STRING _"Text" "Sloth"
SF-FONT _"Font" "RoostHeavy"
SF-ADJUSTMENT _"Font size (pixels)" '(200 2 1000 1 10 0 1)
SF-ADJUSTMENT _"Chip amount" '(30 0 250 1 10 0 1)
SF-ADJUSTMENT _"Chip amount" '(30 0 200 1 10 0 1)
SF-ADJUSTMENT _"Blur amount" '(3 1 100 1 10 1 0)
SF-TOGGLE _"Invert" FALSE
SF-TOGGLE _"Drop shadow" TRUE