diff options
| author | Jacob Palecki <[email protected]> | 2021-07-01 19:13:12 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-07-01 19:13:12 -0700 |
| commit | ac0a6eb86c8d783c21cb246d688a221913b15789 (patch) | |
| tree | 9b4021b1ab0401191a228dd6539612b2f72ae936 /grapher/Form1.cs | |
| parent | Better-written LUT panels (diff) | |
| download | rawaccel-ac0a6eb86c8d783c21cb246d688a221913b15789.tar.xz rawaccel-ac0a6eb86c8d783c21cb246d688a221913b15789.zip | |
Mostly working
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs index 113fc4d..a7a878b 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -102,8 +102,8 @@ namespace grapher ByComponentCheckBox, gainSwitchX, gainSwitchY, - LUTPanelX, - LUTPanelY, + XLutActiveValuesBox, + YLutActiveValuesBox, XLutPointsBox, YLutPointsBox, LockXYLabel, |