summaryrefslogtreecommitdiff
path: root/grapher/Layouts/MotivityLayout.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Layouts/MotivityLayout.cs')
-rw-r--r--grapher/Layouts/MotivityLayout.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Layouts/MotivityLayout.cs b/grapher/Layouts/MotivityLayout.cs
index 839de58..b06e4fc 100644
--- a/grapher/Layouts/MotivityLayout.cs
+++ b/grapher/Layouts/MotivityLayout.cs
@@ -19,7 +19,7 @@ namespace grapher.Layouts
AccelLayout = new OptionLayout(true, Acceleration);
ScaleLayout = new OptionLayout(false, string.Empty);
CapLayout = new OptionLayout(false, string.Empty);
- WeightLayout = new OptionLayout(true, Weight);
+ WeightLayout = new OptionLayout(false, string.Empty);
OffsetLayout = new OptionLayout(false, string.Empty);
LimitLayout = new OptionLayout(true, Motivity);
ExponentLayout = new OptionLayout(false, string.Empty);