aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/global_adjuster.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systems/global_adjuster.js')
-rw-r--r--lib/systems/global_adjuster.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/systems/global_adjuster.js b/lib/systems/global_adjuster.js
index 7f6df91..f7433ca 100644
--- a/lib/systems/global_adjuster.js
+++ b/lib/systems/global_adjuster.js
@@ -28,9 +28,10 @@ export default class GlobalAdjuster extends System {
});
nodeElement.appendChild(slider({
+ id: `global-adjuster-${i}-slider`,
min: '5',
- max: '2000',
- step: '1',
+ max: '1000',
+ step: '5',
label: '𝜆',
className: 'lineLength',
get: () => node.configuration.lineLength.toString(),