mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-01 14:33:29 -05:00
Fix Splash Screen Image from Tiling
This commit is contained in:
parent
b6067bd3d2
commit
b01dc7dbfc
1
Misc/SplashScreen.Designer.cs
generated
1
Misc/SplashScreen.Designer.cs
generated
|
|
@ -56,6 +56,7 @@ private void InitializeComponent()
|
|||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
|
||||
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.pictureBox1.Location = new System.Drawing.Point(2, 3);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(64, 64);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user