aboutsummaryrefslogtreecommitdiff
path: root/src/store.ts
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2023-01-28 17:48:41 +1100
committerTerry Truong <terry06890@gmail.com>2023-01-28 17:48:41 +1100
commit0d8eba5548db35d13cda6d4632786afba6140e1e (patch)
tree679f5e1f0c187c8edc668530fd695f9b45dafee0 /src/store.ts
parent3b397ecf5b061797f4e16ab30d204055912b81e8 (diff)
Finalise for version 0.9
Add github and license links Add meta tags and image
Diffstat (limited to 'src/store.ts')
-rw-r--r--src/store.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store.ts b/src/store.ts
index ae6aa63..b0f9460 100644
--- a/src/store.ts
+++ b/src/store.ts
@@ -104,7 +104,7 @@ function getDefaultState(): StoreState {
tickLen: 16,
largeTickLen: 32,
endTickSz: 8,
- tickLabelHeight: 10,
+ tickLabelHeight: 18,
minTickSep: 30,
minLastTicks: 3,
defaultEndTickOffset: breakpoint == 'sm' ? 0.2 : 0.5,