diff --git a/src/ui/layout.ts b/src/ui/layout.ts index c9d10c2..1454cb7 100644 --- a/src/ui/layout.ts +++ b/src/ui/layout.ts @@ -59,7 +59,7 @@ export class UI { 'build': { label: 'Build', elements: { - 'height': new SliderElement('Desired height', 3, 320, 0, 80, 1), + 'height': new SliderElement('Desired height', 3, 380, 0, 80, 1), 'voxeliser': new ComboBoxElement('Algorithm', [ { id: 'bvh-ray',