diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 988309e..79743ac 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,7 +53,7 @@ const defaultLytOpts: LayoutOptions = { layoutType: 'sweep', //'sqr' | 'rect' | 'sweep' rectMode: 'auto first-row', //'horz' | 'vert' | 'linear' | 'auto' | 'auto first-row' sweepMode: 'left', //'left' | 'top' | 'shorter' | 'auto' - sweptNodesPrio: 'pow-2/3', //'linear' | 'sqrt' | 'pow-2/3' + sweptNodesPrio: 'linear', //'linear' | 'sqrt' | 'pow-2/3' sweepToParent: true, }; const defaultUiOpts = { |
