Fix updated ZB logo being cut off

This commit is contained in:
spherallic 2023-04-19 12:25:07 +02:00
parent 5d4f82ad1f
commit 019f419781
1 changed files with 1 additions and 1 deletions

View File

@ -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;
//