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, 2 insertions, 0 deletions
diff --git a/grapher/Layouts/MotivityLayout.cs b/grapher/Layouts/MotivityLayout.cs
index 7ab2f3f..17b4369 100644
--- a/grapher/Layouts/MotivityLayout.cs
+++ b/grapher/Layouts/MotivityLayout.cs
@@ -23,10 +23,12 @@ namespace grapher.Layouts
WeightLayout = new OptionLayout(false, string.Empty);
OffsetLayout = new OptionLayout(false, string.Empty);
LimitLayout = new OptionLayout(true, Motivity);
+ PowerClassicLayout = new OptionLayout(false, string.Empty);
ExponentLayout = new OptionLayout(false, string.Empty);
MidpointLayout = new OptionLayout(true, Midpoint);
LutTextLayout = new OptionLayout(false, string.Empty);
LutPanelLayout = new OptionLayout(false, string.Empty);
+ LutApplyOptionsLayout = new OptionLayout(false, string.Empty);
}
}
}