diff options
| author | Jacob Palecki <[email protected]> | 2021-07-10 15:35:21 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-07-10 15:35:21 -0700 |
| commit | aa04d5a61f89225a03dc3b155d4f3a93ffe4c5b8 (patch) | |
| tree | 17a28ab918de1372de6bfd6548421972812fb50f /grapher/Form1.cs | |
| parent | Fix truncated sensitivity legend (diff) | |
| download | rawaccel-aa04d5a61f89225a03dc3b155d4f3a93ffe4c5b8.tar.xz rawaccel-aa04d5a61f89225a03dc3b155d4f3a93ffe4c5b8.zip | |
Fixed default values by splitting into unique text boxes
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs index a9a18fb..ba16a23 100644 --- a/grapher/Form1.cs +++ b/grapher/Form1.cs @@ -73,6 +73,12 @@ namespace grapher offsetBoxY, accelerationBoxX, accelerationBoxY, + decayRateBoxX, + decayRateBoxY, + growthRateBoxX, + growthRateBoxY, + smoothBoxX, + smoothBoxY, scaleBoxX, scaleBoxY, limitBoxX, @@ -110,6 +116,12 @@ namespace grapher offsetLabelY, constantOneLabelX, constantOneLabelY, + decayRateLabelX, + decayRateLabelY, + growthRateLabelX, + growthRateLabelY, + smoothLabelX, + smoothLabelY, scaleLabelX, scaleLabelY, limitLabelX, @@ -135,6 +147,12 @@ namespace grapher OffsetActiveYLabel, AccelerationActiveLabelX, AccelerationActiveLabelY, + DecayRateActiveXLabel, + DecayRateActiveYLabel, + GrowthRateActiveXLabel, + GrowthRateActiveYLabel, + SmoothActiveXLabel, + SmoothActiveYLabel, ScaleActiveXLabel, ScaleActiveYLabel, LimitActiveXLabel, |