summaryrefslogtreecommitdiffstats
path: root/src/ufo-volume-render-task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufo-volume-render-task.c')
-rw-r--r--src/ufo-volume-render-task.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ufo-volume-render-task.c b/src/ufo-volume-render-task.c
index 5326d71..a0698bb 100644
--- a/src/ufo-volume-render-task.c
+++ b/src/ufo-volume-render-task.c
@@ -392,14 +392,14 @@ ufo_volume_render_task_class_init (UfoVolumeRenderTaskClass *klass)
g_param_spec_uint ("width",
"Width",
"Width of the rendered image",
- 1, 8192, 512,
+ 1, 32768, 512,
G_PARAM_READWRITE);
properties[PROP_HEIGHT] =
g_param_spec_uint ("height",
"Height",
"Height of the rendered image",
- 1, 8192, 512,
+ 1, 32768, 512,
G_PARAM_READWRITE);
properties[PROP_NUM_GENERATE] =