From 1bca6c40a6f517acc49ccd22fb302d4a5560a408 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 26 Aug 2018 21:01:58 -0400 Subject: Resized the about window --- Project Ports/AboutPorts.Designer.cs | 4 ++-- Project Ports/MainMenu.Designer.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Project Ports') diff --git a/Project Ports/AboutPorts.Designer.cs b/Project Ports/AboutPorts.Designer.cs index bbff8ff..b086c0a 100644 --- a/Project Ports/AboutPorts.Designer.cs +++ b/Project Ports/AboutPorts.Designer.cs @@ -40,7 +40,7 @@ this.richTextBox1.Enabled = false; this.richTextBox1.Location = new System.Drawing.Point(3, 3); this.richTextBox1.Name = "richTextBox1"; - this.richTextBox1.Size = new System.Drawing.Size(529, 551); + this.richTextBox1.Size = new System.Drawing.Size(426, 238); this.richTextBox1.TabIndex = 1; this.richTextBox1.Text = resources.GetString("richTextBox1.Text"); // @@ -50,7 +50,7 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.richTextBox1); this.Name = "AboutPorts"; - this.Size = new System.Drawing.Size(535, 557); + this.Size = new System.Drawing.Size(432, 244); this.ResumeLayout(false); } diff --git a/Project Ports/MainMenu.Designer.cs b/Project Ports/MainMenu.Designer.cs index edffe02..70478ca 100644 --- a/Project Ports/MainMenu.Designer.cs +++ b/Project Ports/MainMenu.Designer.cs @@ -110,9 +110,9 @@ this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnExit.Font = new System.Drawing.Font("Lucida Console", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnExit.ForeColor = System.Drawing.Color.White; - this.btnExit.Location = new System.Drawing.Point(401, 47); + this.btnExit.Location = new System.Drawing.Point(401, 42); this.btnExit.Name = "btnExit"; - this.btnExit.Size = new System.Drawing.Size(193, 32); + this.btnExit.Size = new System.Drawing.Size(193, 37); this.btnExit.TabIndex = 8; this.btnExit.Text = "Exit"; this.btnExit.UseVisualStyleBackColor = true; -- cgit v1.2.3