diff options
| author | Sidiouth <[email protected]> | 2020-08-31 16:15:58 -0400 |
|---|---|---|
| committer | Sidiouth <[email protected]> | 2020-08-31 16:15:58 -0400 |
| commit | 6432e9b8b0b25f6a3b04b7f87eaff7d84d04c960 (patch) | |
| tree | dadde7a477a58d7bda7dda4db5a75bc2190456b2 /grapher/Form1.Designer.cs | |
| parent | Merge pull request #16 from JacobPalecki/Misc (diff) | |
| download | rawaccel-6432e9b8b0b25f6a3b04b7f87eaff7d84d04c960.tar.xz rawaccel-6432e9b8b0b25f6a3b04b7f87eaff7d84d04c960.zip | |
Initial commit
-Right-alight option labels in the gui
-Allow users to modify the string already in the options field
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; |