pull/2233/head
Mikael Finstad 1 year ago
parent cbab2f6c55
commit e7629cf50c
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -34,7 +34,7 @@ const outDirStyle: CSSProperties = { ...highlightedTextStyle, wordBreak: 'break-
const warningStyle: CSSProperties = { color: 'var(--orange8)', fontSize: '80%', marginBottom: '.5em' };
const infoStyle: CSSProperties = { color: 'white', fontSize: '80%', marginBottom: '.5em' };
const infoStyle: CSSProperties = { color: 'var(--grey12)', fontSize: '80%', marginBottom: '.5em' };
const adjustCutFromValues = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
const adjustCutToValues = [-10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10];

Loading…
Cancel
Save