diff options
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, |