diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-03-14 19:40:22 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-03-14 19:40:22 +1100 |
| commit | 1fd46c81c6f79787e8c2f73d9a1f7cba794d6b80 (patch) | |
| tree | 584429c3fdb51cc04901751a066ea08136806de0 /src/components | |
| parent | 6459019563309a96d8e8ef35632c4344bc8d400f (diff) | |
Make display start from root
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, |
