diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-10-09 21:22:01 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-10-09 21:22:01 -0700 |
| commit | 52d85ddcb9c934ec4dc0e890633762bfa2ff51f5 (patch) | |
| tree | 54a442e6a622c364a16705ad6b1f3785d143a87b /ricky/imgradient/params.py | |
| parent | ba52731f22dfc9abe1a8f64d964931b52fe460b2 (diff) | |
ok I've figured it out
Diffstat (limited to 'ricky/imgradient/params.py')
| -rw-r--r-- | ricky/imgradient/params.py | 6 |
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), |
