From 3efb216a93de2d86823474a919c49971c435261f Mon Sep 17 00:00:00 2001 From: zeromus Date: Fri, 25 Feb 2011 04:14:29 +0000 Subject: [PATCH] less inept this time --- BizHawk.MultiClient/AboutBox.Designer.cs | 1 - BizHawk.MultiClient/AboutBox.cs | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/AboutBox.Designer.cs b/BizHawk.MultiClient/AboutBox.Designer.cs index 51c1550405..de47d63d68 100644 --- a/BizHawk.MultiClient/AboutBox.Designer.cs +++ b/BizHawk.MultiClient/AboutBox.Designer.cs @@ -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 // diff --git a/BizHawk.MultiClient/AboutBox.cs b/BizHawk.MultiClient/AboutBox.cs index 694494448a..0867b4fa10 100644 --- a/BizHawk.MultiClient/AboutBox.cs +++ b/BizHawk.MultiClient/AboutBox.cs @@ -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); } }