summaryrefslogtreecommitdiff
path: root/components/Tweaks/LabelsPanel.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-10-18 01:41:42 +0200
committerThomas F. K. Jorna <[email protected]>2021-10-18 01:41:42 +0200
commit5bd5c17c741aa34879f7b875600055bea28e2cb7 (patch)
tree666830f9b14d77468ebb34f39664f169f7c43faf /components/Tweaks/LabelsPanel.tsx
parentb76e55754ff054d0b2610a0afc6cac2a9b1b3b0e (diff)
fix: correct label text for degree cap
Diffstat (limited to 'components/Tweaks/LabelsPanel.tsx')
-rw-r--r--components/Tweaks/LabelsPanel.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Tweaks/LabelsPanel.tsx b/components/Tweaks/LabelsPanel.tsx
index c40b689..2b66e85 100644
--- a/components/Tweaks/LabelsPanel.tsx
+++ b/components/Tweaks/LabelsPanel.tsx
@@ -79,7 +79,7 @@ export const LabelsPanel = (props: LabelsPanelProps) => {
<Collapse in={visuals.labelDynamicStrength > 0}>
<SliderWithInfo
label="Dynamic zoom degree cap"
- infoText="By default, labels of nodes with more links will appear earlier than those with fewer. This slider changes the strength of this effect, put it at zero to disable it."
+ infoText="The maximum number of links that is considered for the 'dynamic zoom effect'. Past this number all number of links are treated the same."
value={visuals.labelDynamicDegree}
min={1}
max={15}