Skip to content

Commit 284399f

Browse files
authored
Update gegleffects.c
1 parent c3816bb commit 284399f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

GEGL_EFFECTS/gegleffects.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ property_double (grow_radiusstroke, _("Outline's Grow radius"), 12.0)
222222

223223

224224

225-
property_color (colorstroke, _("Outline's Color"), "#k")
225+
property_color (colorstroke, _("Outline's Color"), "#000000")
226226
/* TRANSLATORS: the string 'black' should not be translated */
227227
description (_("The shadow's color (defaults to 'black')"))
228228
ui_meta ("role", "color-primary")
@@ -308,7 +308,7 @@ property_enum (blendmodeinnerglow2, _("Blend Mode of Inner Glow"),
308308
ui_meta ("visible", "guichange {innerglowbevel}")
309309

310310

311-
property_double (innergradius, _("Inner Glow's Blur radius"), 13.0)
311+
property_double (innergradius, _("Inner Glow's Blur radius"), 4.5)
312312
value_range (0.0, 30.0)
313313
ui_range (0.0, 30.0)
314314
ui_steps (1, 5)
@@ -339,7 +339,7 @@ property_color (innergvalue, _("Inner Glow's Color"), "#ff8f00")
339339
ui_meta ("visible", "guichange {innerglowbevel}")
340340

341341

342-
property_double (fixoutline, _("Inner Glow's unmodified pixel fix"), 69)
342+
property_double (fixoutline, _("Inner Glow's unmodified pixel fix"), 75)
343343
value_range (50, 85)
344344
description (_("Neighborhood alpha percentile"))
345345
ui_meta ("visible", "guichange {innerglowbevel}")

0 commit comments

Comments
 (0)