app: lower the upper limit for feather selection

The real upper limit was 1500 from the standard deviation of
gegl:gaussian blur multiplied with a magic number 3.5,
see 586bb73293
This commit is contained in:
Anders Jonsson
2024-04-06 15:46:45 +02:00
committed by Jehan
parent 9b15108b34
commit 16fc6093ee

View File

@ -158,7 +158,7 @@ select_feather_cmd_callback (GimpAction *action,
gimp_standard_help_func,
GIMP_HELP_SELECTION_FEATHER,
_("Feather selection by"),
config->selection_feather_radius, 0, 32767, 3,
config->selection_feather_radius, 0, 5250, 3,
gimp_display_get_shell (display)->unit,
MIN (xres, yres),
FALSE,