From 0d8eba5548db35d13cda6d4632786afba6140e1e Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 28 Jan 2023 17:48:41 +1100 Subject: Finalise for version 0.9 Add github and license links Add meta tags and image --- src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/store.ts') 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, -- cgit v1.2.3