[gegl/next-API] fractal-explorer: better default parameter
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/next-API] fractal-explorer: better default parameter
- Date: Thu, 21 Jun 2012 06:29:19 +0000 (UTC)
commit cd530d0213afa612415a673e7aafcf3c022dac86
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]