less inept this time

This commit is contained in:
zeromus 2011-02-25 04:14:29 +00:00
parent 6eaf8808ef
commit 3efb216a93
2 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,6 @@
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 9;
this.pictureBox2.TabStop = false;
this.pictureBox2.Visible = false;
//
// AboutBox
//

View File

@ -78,6 +78,8 @@ namespace BizHawk.MultiClient
else
label1.Location = new Point(loc.X + r.Next(5) - 3, loc.Y + r.Next(5) - 3);
}
pictureBox2.Location = new Point((int)(353 + 800 + -800* Math.Abs(Math.Sin(ctr / 18.0))), pictureBox2.Location.Y);
}
}