Fix Splash Screen Image from Tiling

This commit is contained in:
Kurt 2015-01-29 17:32:07 -08:00
parent b6067bd3d2
commit b01dc7dbfc

View File

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