aboutsummaryrefslogtreecommitdiff
path: root/src/components/TileTree.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/TileTree.vue')
-rw-r--r--src/components/TileTree.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TileTree.vue b/src/components/TileTree.vue
index 0e5b793..e1b1814 100644
--- a/src/components/TileTree.vue
+++ b/src/components/TileTree.vue
@@ -39,7 +39,7 @@ export default defineComponent({
return {
layoutOptions: defaultLayoutOptions,
otherOptions: defaultOtherOptions,
- layoutTree: new LayoutTree(tol as TolNode, 1, defaultLayoutOptions),
+ layoutTree: new LayoutTree(tol as TolNode, 0, defaultLayoutOptions),
width: document.documentElement.clientWidth,
height: document.documentElement.clientHeight,
resizeThrottled: false,