diff options
| author | william341 <[email protected]> | 2016-07-23 16:43:28 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2016-07-23 16:43:28 -0700 |
| commit | 158a60d2957891e1a0f3f59860b3a3d11b2c82ba (patch) | |
| tree | ac15d128c4842f5c7e85c9774fd0ddd0686f1eaa | |
| parent | 1a95b347a23fbbabab10ee984b2621089dc93135 (diff) | |
| download | shiftos-c--158a60d2957891e1a0f3f59860b3a3d11b2c82ba.tar.gz shiftos-c--158a60d2957891e1a0f3f59860b3a3d11b2c82ba.tar.bz2 shiftos-c--158a60d2957891e1a0f3f59860b3a3d11b2c82ba.zip | |
Fix pong
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Pong.Designer.cs | 3 |
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); |
