summaryrefslogtreecommitdiff
path: root/ricky/imgradient/params.py
diff options
context:
space:
mode:
Diffstat (limited to 'ricky/imgradient/params.py')
-rw-r--r--ricky/imgradient/params.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ricky/imgradient/params.py b/ricky/imgradient/params.py
index e88e7a4..f950429 100644
--- a/ricky/imgradient/params.py
+++ b/ricky/imgradient/params.py
@@ -15,14 +15,14 @@ class Params(_Params):
name="width",
required=1,
options=width_options,
- min=100,
+ min=10,
max=800
),
NumberRange(
name="height",
required=1,
- options=width_options,
- min=100,
+ options=height_options,
+ min=10,
max=800
),
Color(name="color1", required=1, options=color1_options),