mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-04-22 09:31:14 +00:00
Fix updated ZB logo being cut off
This commit is contained in:
parent
5d4f82ad1f
commit
019f419781
1 changed files with 1 additions and 1 deletions
2
Source/Core/Windows/AboutForm.Designer.cs
generated
2
Source/Core/Windows/AboutForm.Designer.cs
generated
|
@ -214,7 +214,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
this.pictureBox5.Image = global::CodeImp.DoomBuilder.Properties.Resources.ZBLogo;
|
||||
this.pictureBox5.Location = new System.Drawing.Point(6, 6);
|
||||
this.pictureBox5.Name = "pictureBox5";
|
||||
this.pictureBox5.Size = new System.Drawing.Size(226, 80);
|
||||
this.pictureBox5.Size = new System.Drawing.Size(226, 82);
|
||||
this.pictureBox5.TabIndex = 0;
|
||||
this.pictureBox5.TabStop = false;
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue