app, pdb: raise limit for wavelength argument to Waves plug-in

This commit is contained in:
Anders Jonsson 2024-03-31 18:35:05 +02:00 committed by Alx Sa
parent c17548f01c
commit 3daaad08d4
2 changed files with 2 additions and 2 deletions

View File

@ -9565,7 +9565,7 @@ register_plug_in_compat_procs (GimpPDB *pdb)
g_param_spec_double ("wavelength", g_param_spec_double ("wavelength",
"wavelength", "wavelength",
"The Wavelength of the Waves", "The Wavelength of the Waves",
0.1, 50, 0.1, 0.1, 100, 0.1,
GIMP_PARAM_READWRITE)); GIMP_PARAM_READWRITE));
gimp_procedure_add_argument (procedure, gimp_procedure_add_argument (procedure,
g_param_spec_boolean ("type", g_param_spec_boolean ("type",

View File

@ -4942,7 +4942,7 @@ HELP
desc => 'The Amplitude of the Waves' }, desc => 'The Amplitude of the Waves' },
{ name => 'phase', type => '-360 <= float <= 360', { name => 'phase', type => '-360 <= float <= 360',
desc => 'The Phase of the Waves' }, desc => 'The Phase of the Waves' },
{ name => 'wavelength', type => '0.1 <= float <= 50', { name => 'wavelength', type => '0.1 <= float <= 100',
desc => 'The Wavelength of the Waves' }, desc => 'The Wavelength of the Waves' },
{ name => 'type', type => 'boolean', { name => 'type', type => 'boolean',
desc => 'Type of waves: { 0 = smeared, 1 = black }' }, desc => 'Type of waves: { 0 = smeared, 1 = black }' },