[gegl] fractal-explorer: better default parameter



commit 06c3d52f853d8c0e14427f9489383ea6a4757c5c
Author: Michael Muré <batolettre gmail com>
Date:   Thu Jun 21 15:28:37 2012 +0900

    fractal-explorer: better default parameter

 operations/common/fractal-explorer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/fractal-explorer.c b/operations/common/fractal-explorer.c
index 598d915..f363b3a 100644
--- a/operations/common/fractal-explorer.c
+++ b/operations/common/fractal-explorer.c
@@ -45,7 +45,7 @@ gegl_chant_enum (fractaltype, _("Fractal type"), GeglFractalExplorerType,
 
 gegl_chant_int (iter, _("Iterations"), 1, 1000, 50, _("Iterations"))
 
-gegl_chant_double_ui (zoom, _("Zoom"), 0.0000001, 10000000.0, 1.0/400.0, 0.00001, 1000.0, 1.5,
+gegl_chant_double_ui (zoom, _("Zoom"), 0.0000001, 10000000.0, 300, 0.0001, 10000.0, 1.5,
    _("Zoom in the fractal space"))
 gegl_chant_double_ui (shiftx, _("Shift X"), -G_MAXDOUBLE, G_MAXDOUBLE, 0, -1000.0, 1000.0, 1.5,
    _("X shift in the fractal space"))


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