diff options
| author | Jacob Palecki <[email protected]> | 2021-04-05 20:43:08 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-04-05 20:43:08 -0700 |
| commit | cf1fdf2e6cdba8c6ae8493eb744f223b6324594c (patch) | |
| tree | a38093e20708920dff4798f682c9c003a3694ffc /grapher/Layouts/DefaultLayout.cs | |
| parent | It builds (diff) | |
| download | rawaccel-cf1fdf2e6cdba8c6ae8493eb744f223b6324594c.tar.xz rawaccel-cf1fdf2e6cdba8c6ae8493eb744f223b6324594c.zip | |
LUT text layout
Diffstat (limited to 'grapher/Layouts/DefaultLayout.cs')
| -rw-r--r-- | grapher/Layouts/DefaultLayout.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Layouts/DefaultLayout.cs b/grapher/Layouts/DefaultLayout.cs index c2f7fd7..495fac0 100644 --- a/grapher/Layouts/DefaultLayout.cs +++ b/grapher/Layouts/DefaultLayout.cs @@ -19,6 +19,7 @@ namespace grapher.Layouts LimitLayout = new OptionLayout(true, Limit); ExponentLayout = new OptionLayout(true, Exponent); MidpointLayout = new OptionLayout(true, Midpoint); + LUTTextLayout = new OptionLayout(false, string.Empty); } } } |