diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-08-26 21:01:58 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-08-26 21:01:58 -0400 |
| commit | 1bca6c40a6f517acc49ccd22fb302d4a5560a408 (patch) | |
| tree | 3028329dcc34f5c09dbcd0b26f948108a0c623aa /Project Ports | |
| parent | 49e0f01a68468af1697ee23798a48f6f6cd7e647 (diff) | |
| download | Project-Silicon-1bca6c40a6f517acc49ccd22fb302d4a5560a408.tar.gz Project-Silicon-1bca6c40a6f517acc49ccd22fb302d4a5560a408.tar.bz2 Project-Silicon-1bca6c40a6f517acc49ccd22fb302d4a5560a408.zip | |
Resized the about window
Diffstat (limited to 'Project Ports')
| -rw-r--r-- | Project Ports/AboutPorts.Designer.cs | 4 | ||||
| -rw-r--r-- | Project Ports/MainMenu.Designer.cs | 4 |
2 files changed, 4 insertions, 4 deletions
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; |
