aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2016-07-23 16:43:28 -0700
committerwilliam341 <[email protected]>2016-07-23 16:43:28 -0700
commit158a60d2957891e1a0f3f59860b3a3d11b2c82ba (patch)
treeac15d128c4842f5c7e85c9774fd0ddd0686f1eaa
parent1a95b347a23fbbabab10ee984b2621089dc93135 (diff)
downloadshiftos-c--158a60d2957891e1a0f3f59860b3a3d11b2c82ba.tar.gz
shiftos-c--158a60d2957891e1a0f3f59860b3a3d11b2c82ba.tar.bz2
shiftos-c--158a60d2957891e1a0f3f59860b3a3d11b2c82ba.zip
Fix pong
-rw-r--r--source/WindowsFormsApplication1/Apps/Pong.Designer.cs3
1 files changed, 1 insertions, 2 deletions
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);