aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-02 15:26:22 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-02 15:26:22 +1000
commitb8694f56d687307c64ba6775f9f0d4c064a2669a (patch)
tree50a7fc73dcb50aeef751f942e6a550f0b747bfa1 /src/lib.ts
parent0d9945402ef72f127ebcb03a8dfc03af319196e9 (diff)
Adjust tutorial content
Diffstat (limited to 'src/lib.ts')
-rw-r--r--src/lib.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.ts b/src/lib.ts
index 06df78b..73c4c03 100644
--- a/src/lib.ts
+++ b/src/lib.ts
@@ -158,7 +158,7 @@ export function getDefaultUiOpts(lytOpts: LayoutOptions): UiOptions {
ancestryBarBgColor: bgColorLight,
// Component sizing
ancestryBarBreadth: lytOpts.maxTileSz / 2 + lytOpts.tileSpacing*2, // px
- tutPaneSz: 200, // px
+ tutPaneSz: 180, // px
scrollGap,
// Timing related
clickHoldDuration: 400, // ms