diff options
| author | Jacob Palecki <[email protected]> | 2021-07-10 16:36:26 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-07-10 16:36:26 -0700 |
| commit | ed3ee378aaf7438b688cab7af1235af4eff023ca (patch) | |
| tree | cf1918964d6bdd2d96c6b769e94e01df95ea399d /grapher/Form1.Designer.cs | |
| parent | Remove unneeded function (diff) | |
| download | rawaccel-ed3ee378aaf7438b688cab7af1235af4eff023ca.tar.xz rawaccel-ed3ee378aaf7438b688cab7af1235af4eff023ca.zip | |
Small bug fixes
Diffstat (limited to 'grapher/Form1.Designer.cs')
| -rw-r--r-- | grapher/Form1.Designer.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/grapher/Form1.Designer.cs b/grapher/Form1.Designer.cs index 181c3e2..203397b 100644 --- a/grapher/Form1.Designer.cs +++ b/grapher/Form1.Designer.cs @@ -397,7 +397,7 @@ namespace grapher // growthRateLabelY // this.growthRateLabelY.AutoSize = true; - this.growthRateLabelY.Location = new System.Drawing.Point(262, 648); + this.growthRateLabelY.Location = new System.Drawing.Point(263, 648); this.growthRateLabelY.Name = "growthRateLabelY"; this.growthRateLabelY.Size = new System.Drawing.Size(67, 13); this.growthRateLabelY.TabIndex = 183; @@ -415,7 +415,7 @@ namespace grapher // decayRateLabelY // this.decayRateLabelY.AutoSize = true; - this.decayRateLabelY.Location = new System.Drawing.Point(262, 626); + this.decayRateLabelY.Location = new System.Drawing.Point(262, 622); this.decayRateLabelY.Name = "decayRateLabelY"; this.decayRateLabelY.Size = new System.Drawing.Size(64, 13); this.decayRateLabelY.TabIndex = 181; @@ -1870,7 +1870,7 @@ namespace grapher // SmoothActiveYLabel // this.SmoothActiveYLabel.AutoSize = true; - this.SmoothActiveYLabel.Location = new System.Drawing.Point(420, 678); + this.SmoothActiveYLabel.Location = new System.Drawing.Point(414, 677); this.SmoothActiveYLabel.Name = "SmoothActiveYLabel"; this.SmoothActiveYLabel.Size = new System.Drawing.Size(13, 13); this.SmoothActiveYLabel.TabIndex = 193; |