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/Form1.Designer.cs | |
| parent | add scroll to charts (diff) | |
| download | rawaccel-eb32e441cd3fd5f53312df1af81400647833b213.tar.xz rawaccel-eb32e441cd3fd5f53312df1af81400647833b213.zip | |
rename sensitivity field to 'sens multiplier'
Diffstat (limited to 'grapher/Form1.Designer.cs')
| -rw-r--r-- | grapher/Form1.Designer.cs | 4 |
1 files changed, 2 insertions, 2 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 // |