mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
Issue #6683: Set turbulence max-value to 7 per GEGL specs (Port)
This commit is contained in:
parent
849df6b731
commit
6a16779365
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue