From b798fe074a2ff6c6498bfef3be1dc3e1a1b03e0c Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Fri, 9 Jul 2021 17:08:00 -0700 Subject: Add separate box for power in classic mode --- grapher/Layouts/OffLayout.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'grapher/Layouts/OffLayout.cs') diff --git a/grapher/Layouts/OffLayout.cs b/grapher/Layouts/OffLayout.cs index 16e5c19..e8f8565 100644 --- a/grapher/Layouts/OffLayout.cs +++ b/grapher/Layouts/OffLayout.cs @@ -18,10 +18,12 @@ namespace grapher.Layouts WeightLayout = new OptionLayout(false, string.Empty); OffsetLayout = new OptionLayout(false, string.Empty); LimitLayout = new OptionLayout(false, string.Empty); + 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); } } } -- cgit v1.2.3