diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-02 15:26:22 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-02 15:26:22 +1000 |
| commit | b8694f56d687307c64ba6775f9f0d4c064a2669a (patch) | |
| tree | 50a7fc73dcb50aeef751f942e6a550f0b747bfa1 /src/lib.ts | |
| parent | 0d9945402ef72f127ebcb03a8dfc03af319196e9 (diff) | |
Adjust tutorial content
Diffstat (limited to 'src/lib.ts')
| -rw-r--r-- | src/lib.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
