removed trailing whitespace.
2008-06-04 Sven Neumann <sven@gimp.org> * app/paint/gimpairbrushoptions.c: removed trailing whitespace. svn path=/trunk/; revision=25889
This commit is contained in:

committed by
Sven Neumann

parent
befe387b88
commit
1cc664d761
@ -1,3 +1,7 @@
|
||||
2008-06-04 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/paint/gimpairbrushoptions.c: removed trailing whitespace.
|
||||
|
||||
2008-06-04 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/core/gimpdrawable-operation.c (gimp_drawable_apply_operation):
|
||||
|
@ -72,13 +72,15 @@ gimp_airbrush_options_class_init (GimpAirbrushOptionsClass *klass)
|
||||
0.0, 100.0, AIRBRUSH_DEFAULT_PRESSURE,
|
||||
GIMP_PARAM_STATIC_STRINGS);
|
||||
|
||||
/* override velocity size because its unnatural as a default for airbrush */
|
||||
/* override velocity-size because its unnatural as a default for airbrush */
|
||||
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_VELOCITY_SIZE,
|
||||
"velocity-size", NULL,
|
||||
FALSE,
|
||||
GIMP_PARAM_STATIC_STRINGS);
|
||||
|
||||
/* override velocity hardness to default to a true, because that is natural for airbrush */
|
||||
|
||||
/* override velocity-hardness to default to a true,
|
||||
* because that is natural for airbrush
|
||||
*/
|
||||
GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_VELOCITY_HARDNESS,
|
||||
"velocity-hardness", NULL,
|
||||
TRUE,
|
||||
|
Reference in New Issue
Block a user