From 52d85ddcb9c934ec4dc0e890633762bfa2ff51f5 Mon Sep 17 00:00:00 2001 From: yo mama Date: Fri, 9 Oct 2015 21:22:01 -0700 Subject: ok I've figured it out --- ricky/imgradient/params.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ricky/imgradient/params.py') 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), -- cgit v1.2.3-70-g09d2