diff options
| author | Jacob Palecki <[email protected]> | 2021-04-25 23:05:44 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-04-25 23:05:44 -0700 |
| commit | 0cf5ce3762926fa556418572e9661d79cbbaa240 (patch) | |
| tree | f5dd9c5c77acf0f4a8d910636660bed93f8fb16b /grapher/Form1.cs | |
| parent | Fixed layout issues for LUT (diff) | |
| download | rawaccel-0cf5ce3762926fa556418572e9661d79cbbaa240.tar.xz rawaccel-0cf5ce3762926fa556418572e9661d79cbbaa240.zip | |
Start of LUT points editing
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs index 7b21036..2b2ad42 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -100,6 +100,8 @@ namespace grapher ByComponentCheckBox, gainSwitchX, gainSwitchY, + LUTPanelX, + LUTPanelY, LockXYLabel, sensitivityLabel, rotationLabel, |