From 1fd46c81c6f79787e8c2f73d9a1f7cba794d6b80 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 14 Mar 2022 19:40:22 +1100 Subject: Make display start from root --- src/components/TileTree.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/TileTree.vue') 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, -- cgit v1.2.3