From 6432e9b8b0b25f6a3b04b7f87eaff7d84d04c960 Mon Sep 17 00:00:00 2001 From: Sidiouth <66497848+Sidiouth@users.noreply.github.com> Date: Mon, 31 Aug 2020 16:15:58 -0400 Subject: Initial commit -Right-alight option labels in the gui -Allow users to modify the string already in the options field --- grapher/Form1.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grapher/Form1.Designer.cs') 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; -- cgit v1.2.3