Skip to content

Commit 1bb6ffb

Browse files
authored
Update gegleffectspending.c
bevel radius now goes up to 20. May 23 update is mudane
1 parent 3ff0c00 commit 1bb6ffb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

compile_gegl_effects_here/gegleffectspending.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ property_double (bevel1, _("Rotate Bevel Lighting"), 60.0)
175175

176176

177177
property_double (radius1, _("Radius of Bevel"), 2.0)
178-
value_range (1.0, 12.0)
179-
ui_range (1.0, 12)
178+
value_range (1.0, 20.0)
179+
ui_range (1.0, 15)
180180
ui_gamma (1.5)
181181
ui_steps (0.01, 0.20)
182182
ui_meta ("visible", "guichange {innerglowbevel}")
@@ -1288,7 +1288,7 @@ gegl_op_class_init (GeglOpClass *klass)
12881288
"title", _("GEGL Effects Continual Version"),
12891289
"categories", "Generic",
12901290
"reference-hash", "continual45ed565h8500fca01b2ac",
1291-
"description", _("GEGL text styling and speciality image outlining filter. May 17 2023 Stable Build"
1291+
"description", _("GEGL text styling and speciality image outlining filter. May 23 2023 Stable Build"
12921292
""),
12931293
NULL);
12941294
}

0 commit comments

Comments
 (0)