summaryrefslogtreecommitdiff
path: root/grapher/Layouts/NaturalLayout.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-09-16 18:33:30 -0700
committera1xd <[email protected]>2021-09-23 22:35:45 -0400
commit1fd8881608e4ce6ab21fd78d3ebb42a941cd0e93 (patch)
tree27ee298593168cf2d330abf4a7a3ee9fbe8f3d68 /grapher/Layouts/NaturalLayout.cs
parentFix error in LUT gui (diff)
downloadrawaccel-1fd8881608e4ce6ab21fd78d3ebb42a941cd0e93.tar.xz
rawaccel-1fd8881608e4ce6ab21fd78d3ebb42a941cd0e93.zip
Add power start from one
Diffstat (limited to 'grapher/Layouts/NaturalLayout.cs')
-rw-r--r--grapher/Layouts/NaturalLayout.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Layouts/NaturalLayout.cs b/grapher/Layouts/NaturalLayout.cs
index 452c6aa..ed5ade9 100644
--- a/grapher/Layouts/NaturalLayout.cs
+++ b/grapher/Layouts/NaturalLayout.cs
@@ -21,6 +21,7 @@ namespace grapher.Layouts
LimitLayout = new OptionLayout(true, Limit);
PowerClassicLayout = new OptionLayout(false, string.Empty);
ExponentLayout = new OptionLayout(false, string.Empty);
+ PowerStartsFromLayout = new OptionLayout(false, string.Empty);
MidpointLayout = new OptionLayout(false, string.Empty);
LutTextLayout = new OptionLayout(false, string.Empty);
LutPanelLayout = new OptionLayout(false, string.Empty);