From b01dc7dbfc8db90df99b80461a433d978f9c5875 Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 29 Jan 2015 17:32:07 -0800 Subject: [PATCH] Fix Splash Screen Image from Tiling --- Misc/SplashScreen.Designer.cs | 1 + 1 file changed, 1 insertion(+) 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);