diff options
| author | Jacob Palecki <[email protected]> | 2021-09-16 18:33:30 -0700 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-23 22:35:45 -0400 |
| commit | 1fd8881608e4ce6ab21fd78d3ebb42a941cd0e93 (patch) | |
| tree | 27ee298593168cf2d330abf4a7a3ee9fbe8f3d68 /grapher/Layouts/LUTLayout.cs | |
| parent | Fix error in LUT gui (diff) | |
| download | rawaccel-1fd8881608e4ce6ab21fd78d3ebb42a941cd0e93.tar.xz rawaccel-1fd8881608e4ce6ab21fd78d3ebb42a941cd0e93.zip | |
Add power start from one
Diffstat (limited to 'grapher/Layouts/LUTLayout.cs')
| -rw-r--r-- | grapher/Layouts/LUTLayout.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Layouts/LUTLayout.cs b/grapher/Layouts/LUTLayout.cs index 86287b1..5412294 100644 --- a/grapher/Layouts/LUTLayout.cs +++ b/grapher/Layouts/LUTLayout.cs @@ -28,6 +28,7 @@ namespace grapher.Layouts OffsetLayout = new OptionLayout(false, Offset); LimitLayout = new OptionLayout(false, string.Empty); PowerClassicLayout = new OptionLayout(false, string.Empty); + PowerStartsFromLayout = new OptionLayout(false, string.Empty); ExponentLayout = new OptionLayout(false, Exponent); MidpointLayout = new OptionLayout(false, string.Empty); LutTextLayout = new OptionLayout(true, string.Empty); |