summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-09-10 23:07:02 -0700
committera1xd <[email protected]>2021-09-23 22:33:13 -0400
commit2b568ff5a9c64c549a6d15a19aab0ca4d3a22c11 (patch)
tree98d8c59ada4c82dcf50220bd719f0647ca7f394a /grapher/Form1.cs
parentupdate SettingsManager (diff)
downloadrawaccel-2b568ff5a9c64c549a6d15a19aab0ca4d3a22c11.tar.xz
rawaccel-2b568ff5a9c64c549a6d15a19aab0ca4d3a22c11.zip
Add y\x ratio to gui
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index c492a9b..91bc980 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -62,7 +62,7 @@ namespace grapher
PollRateTextBox,
DirectionalityPanel,
sensitivityBoxX,
- sensitivityBoxY,
+ VertHorzRatioBox,
rotationBox,
weightBoxX,
weightBoxY,
@@ -135,8 +135,8 @@ namespace grapher
constantThreeLabelY,
ActiveValueTitle,
ActiveValueTitleY,
- SensitivityActiveXLabel,
- SensitivityActiveYLabel,
+ SensitivityMultiplierActiveLabel,
+ VertHorzRatioActiveLabel,
RotationActiveLabel,
WeightActiveXLabel,
WeightActiveYLabel,