Skip to content

Commit 0b9b119

Browse files
authored
Add files via upload
1 parent ee4e1f9 commit 0b9b119

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GEGL_EFFECTS/compile_innerglow_here/inner-glow.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ property_enum (grow_shape, _("Grow shape"),
5151

5252

5353

54-
property_double (x, _("X"), 1.0)
54+
property_double (x, _("X"), 0.0)
5555
description (_("Horizontal shadow offset"))
5656
ui_range (-6.0, 6.0)
5757
value_range (-6.0, 6.0)
5858
ui_steps (1, 2)
5959
ui_meta ("unit", "pixel-distance")
6060
ui_meta ("axis", "x")
6161

62-
property_double (y, _("Y"), 1.0)
62+
property_double (y, _("Y"), 0.0)
6363
description (_("Vertical shadow offset"))
6464
ui_range (-6.0, 6.0)
6565
value_range (-6.0, 6.0)

0 commit comments

Comments
 (0)