[gegl] saturation: make old value_range be ui_range, increase value_range



commit b0b01ce819f94a7d8eb8abad3cc2739f4982ede3
Author: Øyvind Kolås <pippin gimp org>
Date:   Sat Jan 9 23:47:07 2016 +0000

    saturation: make old value_range be ui_range, increase value_range

 operations/common/saturation.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/saturation.c b/operations/common/saturation.c
index 0165cdf..533c6e6 100644
--- a/operations/common/saturation.c
+++ b/operations/common/saturation.c
@@ -23,7 +23,8 @@
 
 property_double (scale, _("Scale"), 1.0)
     description(_("Scale, strength of effect"))
-    value_range (0.0, 2.0)
+    value_range (0.0, 10.0)
+    ui_range (0.0, 2.0)
 
 #else
 


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