[gegl] threshold: compact property meta-data



commit bb14345a637ed987a356de99b6953cf060756a5e
Author: Øyvind Kolås <pippin gimp org>
Date:   Fri May 16 21:10:39 2014 +0200

    threshold: compact property meta-data

 operations/common/threshold.c |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)
---
diff --git a/operations/common/threshold.c b/operations/common/threshold.c
index ff1e806..205bdfc 100644
--- a/operations/common/threshold.c
+++ b/operations/common/threshold.c
@@ -22,15 +22,10 @@
 
 #ifdef GEGL_PROPERTIES
 
-gegl_property_double (
-    value,
-    "nick",  _("Threshold"),
-    "default",    0.5,
-    "min",     -200.0,
-    "max",      200.0,
-    "ui-min",   -10.0,
-    "ui-max",    10.0,
+gegl_property_double (value, "nick", _("Threshold"),
     "blurb", _("Scalar threshold level (overriden if an auxiliary input buffer is provided.)."),
+    "default", 0.5, "min", -200.0, "max", 200.0,
+    "ui-min", -10.0, "ui-max", 10.0,
     NULL)
 
 #else


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