diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-10-03 01:14:19 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-10-03 01:14:19 -0400 |
| commit | fc5bfb3aaa82628e831f5a3d2c7a2dfc4e54f8bb (patch) | |
| tree | 5a85996e4bf755975cdf6fd85661f40e40364de7 /lib/pb/grid.py | |
| parent | 60243520a987e19816a4d5302c1069b68efb69b2 (diff) | |
fixed some minor bugs
Diffstat (limited to 'lib/pb/grid.py')
| -rwxr-xr-x | lib/pb/grid.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pb/grid.py b/lib/pb/grid.py index d8b1aaa..8a59b83 100755 --- a/lib/pb/grid.py +++ b/lib/pb/grid.py @@ -39,7 +39,7 @@ class PbGrid(Pb): 'swing': {'type':'int'}, 'tilt': {'type':'int'}, 'roll': {'type':'int'}, - 'zoom': {'type':'int'}, + 'zoom': {'type':'float'}, 'skycolor': {'type':'color', 'default': 'transparent'}, 'transition': { 'type':'enum', @@ -51,7 +51,7 @@ class PbGrid(Pb): 'trim': {'type':'bool'}, 'finalformat': { 'type':'enum', - 'enum_values' :OUTPUT_IMAGE_TYPES, + 'enum_values': OUTPUT_IMAGE_TYPES, 'default': DEFAULT_FINALFORMAT }, 'username': {'type':'string'}, |
