From 26542c5638fb0201f038c99fb0fa34a46119e8ae Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Fri, 24 Jun 2022 21:36:32 +1000 Subject: Adjust some option names --- src/components/AncestryBar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/AncestryBar.vue') diff --git a/src/components/AncestryBar.vue b/src/components/AncestryBar.vue index c973195..a5bb1c0 100644 --- a/src/components/AncestryBar.vue +++ b/src/components/AncestryBar.vue @@ -29,8 +29,8 @@ export default defineComponent({ // For child layout display: 'flex', flexDirection: this.vert ? 'column' : 'row', - gap: this.uiOpts.ancestryTileMargin + 'px', - padding: this.uiOpts.ancestryTileMargin + 'px', + gap: this.uiOpts.ancestryTileGap + 'px', + padding: this.uiOpts.ancestryTileGap + 'px', // Other backgroundColor: this.uiOpts.ancestryBarBgColor, boxShadow: this.uiOpts.shadowNormal, -- cgit v1.2.3