Skip to content

Commit 965c115

Browse files
authored
Add files via upload
1 parent fc4504e commit 965c115

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

compile_innerglow_here/inner-glow.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ property_double (radius, _("Blur radius"), 2.5)
7878

7979

8080
property_double (grow_radius, _("Grow radius"), 4.0)
81-
value_range (2, 30.0)
81+
value_range (2, 40.0)
8282
ui_range (2, 30.0)
8383
ui_digits (0)
8484
ui_steps (1, 5)
@@ -100,8 +100,8 @@ property_color (value2, _("Color"), "#fbff00")
100100
ui_meta ("role", "color-primary")
101101

102102
property_int (mradius, _("Radius"), 1)
103-
value_range (-400, 400)
104-
ui_range (0, 100)
103+
value_range (0, 1)
104+
ui_range (0, 1)
105105
ui_meta ("unit", "pixel-distance")
106106
description (_("Neighborhood radius, a negative value will calculate with inverted percentiles"))
107107
ui_meta ("role", "output-extent")

0 commit comments

Comments
 (0)