[gimp] app: increase max value of feather-radius properties to 1000.0



commit cbcb7515f040782ca235171f1d67846972d77f67
Author: Michael Natterer <mitch gimp org>
Date:   Sun Sep 5 22:34:24 2010 +0200

    app: increase max value of feather-radius properties to 1000.0

 app/pdb/gimppdbcontext.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/pdb/gimppdbcontext.c b/app/pdb/gimppdbcontext.c
index 2e8e0bc..1a53f5a 100644
--- a/app/pdb/gimppdbcontext.c
+++ b/app/pdb/gimppdbcontext.c
@@ -78,12 +78,12 @@ gimp_pdb_context_class_init (GimpPDBContextClass *klass)
 
   GIMP_CONFIG_INSTALL_PROP_DOUBLE (object_class, PROP_FEATHER_RADIUS_X,
                                    "feather-radius-x", NULL,
-                                   0.0, 100.0, 10.0,
+                                   0.0, 1000.0, 10.0,
                                    GIMP_PARAM_STATIC_STRINGS);
 
   GIMP_CONFIG_INSTALL_PROP_DOUBLE (object_class, PROP_FEATHER_RADIUS_Y,
                                    "feather-radius-y", NULL,
-                                   0.0, 100.0, 10.0,
+                                   0.0, 1000.0, 10.0,
                                    GIMP_PARAM_STATIC_STRINGS);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]