From 158a60d2957891e1a0f3f59860b3a3d11b2c82ba Mon Sep 17 00:00:00 2001 From: william341 Date: Sat, 23 Jul 2016 16:43:28 -0700 Subject: Fix pong --- source/WindowsFormsApplication1/Apps/Pong.Designer.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/WindowsFormsApplication1') diff --git a/source/WindowsFormsApplication1/Apps/Pong.Designer.cs b/source/WindowsFormsApplication1/Apps/Pong.Designer.cs index 4ba9fc7..862ca00 100644 --- a/source/WindowsFormsApplication1/Apps/Pong.Designer.cs +++ b/source/WindowsFormsApplication1/Apps/Pong.Designer.cs @@ -440,8 +440,7 @@ namespace ShiftOS // // paddleComputer // - this.paddleComputer.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) - | ShiftUI.AnchorStyles.Right))); + //this.paddleComputer.Anchor = ((ShiftUI.AnchorStyles)(((ShiftUI.AnchorStyles.Top | ShiftUI.AnchorStyles.Bottom) | ShiftUI.AnchorStyles.Right))); this.paddleComputer.BackColor = System.Drawing.Color.Black; this.paddleComputer.Location = new System.Drawing.Point(666, 134); this.paddleComputer.MaximumSize = new System.Drawing.Size(20, 100); -- cgit v1.2.3