mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
Fixed background in About form for larger fonts
This commit is contained in:
parent
1aa020b2d0
commit
8320402201
2 changed files with 1 additions and 5 deletions
Binary file not shown.
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 137 KiB |
6
Source/Core/Windows/AboutForm.Designer.cs
generated
6
Source/Core/Windows/AboutForm.Designer.cs
generated
|
@ -64,7 +64,6 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
// pictureBox5
|
||||
//
|
||||
pictureBox5.Image = global::CodeImp.DoomBuilder.Properties.Resources.GZDB_Logo_small;
|
||||
pictureBox5.Location = new System.Drawing.Point(12, 10);
|
||||
pictureBox5.Name = "pictureBox5";
|
||||
pictureBox5.Size = new System.Drawing.Size(226, 80);
|
||||
|
@ -74,7 +73,6 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
// pictureBox3
|
||||
//
|
||||
pictureBox3.Image = global::CodeImp.DoomBuilder.Properties.Resources.Splash3_small;
|
||||
pictureBox3.Location = new System.Drawing.Point(12, 129);
|
||||
pictureBox3.Name = "pictureBox3";
|
||||
pictureBox3.Size = new System.Drawing.Size(226, 80);
|
||||
|
@ -121,7 +119,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
// tabPage1
|
||||
//
|
||||
this.tabPage1.BackgroundImage = global::CodeImp.DoomBuilder.Properties.Resources.AboutBack;
|
||||
this.tabPage1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||||
this.tabPage1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.tabPage1.Controls.Add(this.panel1);
|
||||
this.tabPage1.Controls.Add(this.gitlink);
|
||||
this.tabPage1.Controls.Add(this.label2);
|
||||
|
@ -265,7 +263,6 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
// pictureBox4
|
||||
//
|
||||
this.pictureBox4.Image = global::CodeImp.DoomBuilder.Properties.Resources.CLogo;
|
||||
this.pictureBox4.Location = new System.Drawing.Point(474, 129);
|
||||
this.pictureBox4.Name = "pictureBox4";
|
||||
this.pictureBox4.Size = new System.Drawing.Size(88, 80);
|
||||
|
@ -298,7 +295,6 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
// pictureBox6
|
||||
//
|
||||
this.pictureBox6.Image = global::CodeImp.DoomBuilder.Properties.Resources.MLogo;
|
||||
this.pictureBox6.Location = new System.Drawing.Point(476, 6);
|
||||
this.pictureBox6.Name = "pictureBox6";
|
||||
this.pictureBox6.Size = new System.Drawing.Size(86, 88);
|
||||
|
|
Loading…
Reference in a new issue