diff options
| author | JacobPalecki <[email protected]> | 2020-08-31 23:06:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-31 23:06:21 -0700 |
| commit | 26138cb0e38358f15dd560d4a7b229926f534a89 (patch) | |
| tree | 565614055bb152c0a68656f5d6781fb7dbc8e07c /grapher/Form1.Designer.cs | |
| parent | Merge pull request #17 from a1xd/indep (diff) | |
| parent | Initial commit (diff) | |
| download | rawaccel-26138cb0e38358f15dd560d4a7b229926f534a89.tar.xz rawaccel-26138cb0e38358f15dd560d4a7b229926f534a89.zip | |
Merge pull request #1 from Sidiouth/sidi
Small GUI tweaks
Diffstat (limited to 'grapher/Form1.Designer.cs')
| -rw-r--r-- | grapher/Form1.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Form1.Designer.cs b/grapher/Form1.Designer.cs index ac438a1..70455ce 100644 --- a/grapher/Form1.Designer.cs +++ b/grapher/Form1.Designer.cs @@ -191,7 +191,7 @@ namespace grapher // // accelerationBox // - this.accelerationBox.Location = new System.Drawing.Point(106, 125); + this.accelerationBox.Location = new System.Drawing.Point(105, 125); this.accelerationBox.Name = "accelerationBox"; this.accelerationBox.Size = new System.Drawing.Size(69, 20); this.accelerationBox.TabIndex = 7; |