From 6a87c2530865b5e18f70b71b456f43e72702c1c6 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 8 May 2024 14:41:03 +0200 Subject: Add keyboard markers, shiftable sliders --- lib/components/configuration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/components') diff --git a/lib/components/configuration.js b/lib/components/configuration.js index ddb4a27..78065c3 100644 --- a/lib/components/configuration.js +++ b/lib/components/configuration.js @@ -4,6 +4,6 @@ export default class Configuration extends Component { constructor(config) { super(config); - this.lineLength = this.lineLength || 1000; + this.lineLength = this.lineLength || 500; } }; -- cgit