summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-07-10 15:35:21 -0700
committerJacob Palecki <[email protected]>2021-07-10 15:35:21 -0700
commitaa04d5a61f89225a03dc3b155d4f3a93ffe4c5b8 (patch)
tree17a28ab918de1372de6bfd6548421972812fb50f /grapher/Form1.cs
parentFix truncated sensitivity legend (diff)
downloadrawaccel-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.cs18
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,