diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/TileTree.vue | 2 |
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, |
