summaryrefslogtreecommitdiffstats
path: root/src/ufo-polar-coordinates-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-polar-coordinates-task.c')
-rw-r--r--src/ufo-polar-coordinates-task.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ufo-polar-coordinates-task.c b/src/ufo-polar-coordinates-task.c
index 30fa98e..28aabe1 100644
--- a/src/ufo-polar-coordinates-task.c
+++ b/src/ufo-polar-coordinates-task.c
@@ -320,14 +320,14 @@ ufo_polar_coordinates_task_class_init (UfoPolarCoordinatesTaskClass *klass)
g_param_spec_uint ("width",
"Final width",
"Final width after transformation",
- 0, 8192, 0,
+ 0, 32768, 0,
G_PARAM_READWRITE);
properties[PROP_HEIGHT] =
g_param_spec_uint ("height",
"Final height",
"Final height after transformation",
- 0, 8192, 0,
+ 0, 32768, 0,
G_PARAM_READWRITE);
properties[PROP_DIRECTION] =