diff options
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'}, |
