summaryrefslogtreecommitdiff
path: root/app/components/tweaks/tweaks.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-17 14:29:10 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-17 14:29:10 +0200
commit7ff1b161c31fdb3cf2012ff4d374b317e1a1f2e5 (patch)
tree2f6afbcfa134884d5b46745024af04770a4f57d7 /app/components/tweaks/tweaks.tsx
parent97edeb725b7f0cd154a158330f7429e745062801 (diff)
Trying to regain collapse/coloring functionality
Diffstat (limited to 'app/components/tweaks/tweaks.tsx')
-rw-r--r--app/components/tweaks/tweaks.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/tweaks/tweaks.tsx b/app/components/tweaks/tweaks.tsx
index cfe658c..2a2e3d3 100644
--- a/app/components/tweaks/tweaks.tsx
+++ b/app/components/tweaks/tweaks.tsx
@@ -50,7 +50,7 @@ export const Tweaks = observer(function Tweaks(props: TweaksProps): JSX.Element
step={1} />
<Text preset="fieldLabel" text={"Link Force: " + physics.linkStrength} />
<Slider style={{ height: 40, width: "90%" }}
- minimumValue={0}
+ minimumValue={-2}
maximumValue={2}
onValueChange={(value) => { setPhysics({ ...physics, linkStrength: value }) }}
value={physics.linkStrength}