diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-17 01:47:49 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-17 01:47:49 +1000 |
| commit | 27c38b53728818361692f947cb71a7184d0c986b (patch) | |
| tree | 91ddbb5837d10bc12cb47651360ba361049a48c9 /src/App.vue | |
| parent | 1b4e528fdaae39a2ac8bfb1dc5e7fee079790728 (diff) | |
Fix preferred/fallback sweep-to-parent layout-waste bug
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 5cf2e95..b0f9c43 100644 --- a/src/App.vue +++ b/src/App.vue @@ -55,7 +55,7 @@ const defaultLytOpts: LayoutOptions = { rectMode: 'auto first-row', //'horz' | 'vert' | 'linear' | 'auto' | 'auto first-row' sweepMode: 'left', //'left' | 'top' | 'shorter' | 'auto' sweptNodesPrio: 'linear', //'linear' | 'sqrt' | 'pow-2/3' - sweepToParent: 'auto', //'never' | 'always' | 'auto' + sweepToParent: 'prefer', //'none' | 'prefer' | 'fallback' }; const defaultUiOpts = { // For tiles |
