diff options
| author | Jacob Palecki <[email protected]> | 2021-09-10 23:07:02 -0700 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-23 22:33:13 -0400 |
| commit | 2b568ff5a9c64c549a6d15a19aab0ca4d3a22c11 (patch) | |
| tree | 98d8c59ada4c82dcf50220bd719f0647ca7f394a /grapher/Form1.cs | |
| parent | update SettingsManager (diff) | |
| download | rawaccel-2b568ff5a9c64c549a6d15a19aab0ca4d3a22c11.tar.xz rawaccel-2b568ff5a9c64c549a6d15a19aab0ca4d3a22c11.zip | |
Add y\x ratio to gui
Diffstat (limited to 'grapher/Form1.cs')
| -rw-r--r-- | grapher/Form1.cs | 6 |
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, |