diff --git a/Misc/SplashScreen.Designer.cs b/Misc/SplashScreen.Designer.cs index 959b8daef..1e94a07a1 100644 --- a/Misc/SplashScreen.Designer.cs +++ b/Misc/SplashScreen.Designer.cs @@ -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);