summaryrefslogtreecommitdiff
path: root/grapher/Layouts/JumpLayout.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-07-09 17:08:00 -0700
committerJacob Palecki <[email protected]>2021-07-09 17:08:00 -0700
commitb798fe074a2ff6c6498bfef3be1dc3e1a1b03e0c (patch)
tree4714cbed6a0b622f9220a039784c77b6ac5ea8fc /grapher/Layouts/JumpLayout.cs
parentfix filename casing in docs (diff)
downloadrawaccel-b798fe074a2ff6c6498bfef3be1dc3e1a1b03e0c.tar.xz
rawaccel-b798fe074a2ff6c6498bfef3be1dc3e1a1b03e0c.zip
Add separate box for power in classic mode
Diffstat (limited to 'grapher/Layouts/JumpLayout.cs')
-rw-r--r--grapher/Layouts/JumpLayout.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/Layouts/JumpLayout.cs b/grapher/Layouts/JumpLayout.cs
index 4e34ef3..afb0d72 100644
--- a/grapher/Layouts/JumpLayout.cs
+++ b/grapher/Layouts/JumpLayout.cs
@@ -18,10 +18,12 @@ namespace grapher.Layouts
WeightLayout = new OptionLayout(false, Weight);
OffsetLayout = new OptionLayout(true, Offset);
LimitLayout = new OptionLayout(false, Limit);
+ PowerClassicLayout = new OptionLayout(false, string.Empty);
ExponentLayout = new OptionLayout(false, string.Empty);
MidpointLayout = new OptionLayout(false, string.Empty);
LutTextLayout = new OptionLayout(false, string.Empty);
LutPanelLayout = new OptionLayout(false, string.Empty);
+ LutApplyOptionsLayout = new OptionLayout(false, string.Empty);
}
}
}