diff options
| author | a1xd <[email protected]> | 2020-10-08 18:44:07 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-10-08 18:44:07 -0400 |
| commit | eb32e441cd3fd5f53312df1af81400647833b213 (patch) | |
| tree | 3015baf77076a2bf5e02a33782e9dec01e978744 /grapher | |
| parent | add scroll to charts (diff) | |
| download | rawaccel-eb32e441cd3fd5f53312df1af81400647833b213.tar.xz rawaccel-eb32e441cd3fd5f53312df1af81400647833b213.zip | |
rename sensitivity field to 'sens multiplier'
Diffstat (limited to 'grapher')
| -rw-r--r-- | grapher/Form1.Designer.cs | 4 | ||||
| -rw-r--r-- | grapher/Models/AccelGUIFactory.cs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/grapher/Form1.Designer.cs b/grapher/Form1.Designer.cs index 8c3af0b..c6221b0 100644 --- a/grapher/Form1.Designer.cs +++ b/grapher/Form1.Designer.cs @@ -846,9 +846,9 @@ namespace grapher this.sensitivityLabel.AutoSize = true; this.sensitivityLabel.Location = new System.Drawing.Point(25, 52); this.sensitivityLabel.Name = "sensitivityLabel"; - this.sensitivityLabel.Size = new System.Drawing.Size(54, 13); + this.sensitivityLabel.Size = new System.Drawing.Size(75, 13); this.sensitivityLabel.TabIndex = 85; - this.sensitivityLabel.Text = "Sensitivity"; + this.sensitivityLabel.Text = "Sens Multiplier"; // // sensitivityBoxX // diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs index 579e664..51bbc2b 100644 --- a/grapher/Models/AccelGUIFactory.cs +++ b/grapher/Models/AccelGUIFactory.cs @@ -126,7 +126,7 @@ namespace grapher.Models new ActiveValueLabelXY( new ActiveValueLabel(sensitivityActiveXLabel, activeValueTitleX), new ActiveValueLabel(sensitivityActiveYLabel, activeValueTitleX)), - "Sensitivity"); + "Sens Multiplier"); var rotation = new Option( rotationBox, |