Issue #6683: Set turbulence max-value to 7 per GEGL specs (Port)

This commit is contained in:
Nikc 2022-01-31 14:33:36 +00:00
parent 849df6b731
commit 6a16779365

View file

@ -109,7 +109,7 @@ class Foggify (Gimp.PlugIn):
"turbulence": (float,
_("_Turbulence"),
_("Turbulence"),
0.0, 10.0, 1.0,
0.0, 7.0, 1.0,
GObject.ParamFlags.READWRITE),
"opacity": (float,
_("O_pacity"),