[gegl] text: allow <1 font sizes



commit 326bad6f2f6677d929ca9d680ce9eb195c1482a2
Author: Ell <ell_se yahoo com>
Date:   Wed Nov 23 07:36:52 2016 -0500

    text: allow <1 font sizes

 operations/external/text.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/text.c b/operations/external/text.c
index a9191fe..32ddb78 100644
--- a/operations/external/text.c
+++ b/operations/external/text.c
@@ -31,7 +31,7 @@ property_string (font, _("Font family"), "Sans")
 
 property_double (size, _("Size"), 10.0)
     description (_("Font size in pixels."))
-    value_range (1.0, 2048.0)
+    value_range (0.0, 2048.0)
 
 property_color  (color, _("Color"), "black")
     description(_("Color for the text (defaults to 'black')"))


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