aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-03-27 20:39:40 +1100
committerTerry Truong <terry06890@gmail.com>2022-03-27 20:40:53 +1100
commitc16a0deca99dfa68e036c72bd4dc23441177db40 (patch)
treeb20a9aa5669afede30f0407aadc59309f063d40a /src/components
parentbdc3bf69fae2e61aed8b3e41f46d2b0675a88231 (diff)
Add rect-layout leaves-to-start setting
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Settings.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/Settings.vue b/src/components/Settings.vue
index 4fa3e03..97b08d1 100644
--- a/src/components/Settings.vue
+++ b/src/components/Settings.vue
@@ -83,6 +83,11 @@ export default defineComponent({
</div>
<hr class="border-stone-400"/>
<div>
+ <label> <input type="checkbox" v-model="layoutOptions.rectSepLeaves"
+ @change="onLayoutOptChg"/> Rect leaves to start </label>
+ </div>
+ <hr class="border-stone-400"/>
+ <div>
<label> <input type="checkbox" v-model="layoutOptions.sweepingToParent"
@change="onLayoutOptChg"/> Sweep to parent</label>
</div>