From 1647348d1a5b77ddbf83387083fc2c5e340d9e9e Mon Sep 17 00:00:00 2001 From: Image <image.emagi@gmail.com> Date: Tue, 16 Mar 2021 16:11:56 -0400 Subject: [PATCH] Update Form1.Designer.cs --- .../Movement Loop Generator 2.0/Form1.Designer.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/EQ2/devtools/Movement Loop Generator/Movement Loop Generator 2.0/Form1.Designer.cs b/EQ2/devtools/Movement Loop Generator/Movement Loop Generator 2.0/Form1.Designer.cs index 4ca227470..d2eb2326e 100644 --- a/EQ2/devtools/Movement Loop Generator/Movement Loop Generator 2.0/Form1.Designer.cs +++ b/EQ2/devtools/Movement Loop Generator/Movement Loop Generator 2.0/Form1.Designer.cs @@ -105,7 +105,7 @@ // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; - this.exitToolStripMenuItem.Size = new System.Drawing.Size(116, 22); + this.exitToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click_1); // @@ -115,7 +115,7 @@ this.authorToolStripMenuItem1, this.reversePathToolStripMenuItem}); this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; - this.settingsToolStripMenuItem.Size = new System.Drawing.Size(116, 22); + this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.settingsToolStripMenuItem.Text = "Settings"; // // authorToolStripMenuItem1 @@ -147,27 +147,27 @@ this.loadingLogsToolStripMenuItem, this.useGeneratorToolStripMenuItem}); this.howToUseToolStripMenuItem.Name = "howToUseToolStripMenuItem"; - this.howToUseToolStripMenuItem.Size = new System.Drawing.Size(60, 20); + this.howToUseToolStripMenuItem.Size = new System.Drawing.Size(61, 20); this.howToUseToolStripMenuItem.Text = "How To"; // // collectWaypointsToolStripMenuItem // this.collectWaypointsToolStripMenuItem.Name = "collectWaypointsToolStripMenuItem"; - this.collectWaypointsToolStripMenuItem.Size = new System.Drawing.Size(179, 22); + this.collectWaypointsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.collectWaypointsToolStripMenuItem.Text = "Collecting locations"; this.collectWaypointsToolStripMenuItem.Click += new System.EventHandler(this.collectWaypointsToolStripMenuItem_Click); // // loadingLogsToolStripMenuItem // this.loadingLogsToolStripMenuItem.Name = "loadingLogsToolStripMenuItem"; - this.loadingLogsToolStripMenuItem.Size = new System.Drawing.Size(179, 22); + this.loadingLogsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.loadingLogsToolStripMenuItem.Text = "Loading logs"; this.loadingLogsToolStripMenuItem.Click += new System.EventHandler(this.loadingLogsToolStripMenuItem_Click); // // useGeneratorToolStripMenuItem // this.useGeneratorToolStripMenuItem.Name = "useGeneratorToolStripMenuItem"; - this.useGeneratorToolStripMenuItem.Size = new System.Drawing.Size(179, 22); + this.useGeneratorToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.useGeneratorToolStripMenuItem.Text = "Editing locations"; this.useGeneratorToolStripMenuItem.Click += new System.EventHandler(this.editinglogsToolStripMenuItem_Click); //