diff options
| author | Michael Webb <[email protected]> | 2017-02-24 07:17:47 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-24 07:17:47 -0600 |
| commit | 4d968e3efeb0ec128565d845ab4c572893ee9459 (patch) | |
| tree | 80b5c421758cb92e79cc361aee7a8ac89f57810a | |
| parent | 867a95493a31ba65f5e2a36c2be24a3014a45871 (diff) | |
| parent | ed6db11f3d83e50b768a336678fc22db793b12b7 (diff) | |
| download | shiftos_thereturn-4d968e3efeb0ec128565d845ab4c572893ee9459.tar.gz shiftos_thereturn-4d968e3efeb0ec128565d845ab4c572893ee9459.tar.bz2 shiftos_thereturn-4d968e3efeb0ec128565d845ab4c572893ee9459.zip | |
Merging PR from @craftxbox (Pong Issue)
| -rw-r--r-- | ShiftOS.WinForms/Applications/Pong.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Pong.Designer.cs b/ShiftOS.WinForms/Applications/Pong.Designer.cs index 38cb63b..5882549 100644 --- a/ShiftOS.WinForms/Applications/Pong.Designer.cs +++ b/ShiftOS.WinForms/Applications/Pong.Designer.cs @@ -553,6 +553,7 @@ namespace ShiftOS.WinForms.Applications // this.paddleHuman.BackColor = System.Drawing.Color.Black; this.paddleHuman.Location = new System.Drawing.Point(10, 134); + this.paddleComputer.MaximumSize = new System.Drawing.Size(20, 150); this.paddleHuman.Name = "paddleHuman"; if (ShiftoriumFrontend.UpgradeInstalled("pong_increased_paddle_size")) { @@ -570,7 +571,7 @@ namespace ShiftOS.WinForms.Applications this.paddleComputer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.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); + this.paddleComputer.MaximumSize = new System.Drawing.Size(20, 150); this.paddleComputer.Name = "paddleComputer"; if (ShiftoriumFrontend.UpgradeInstalled("pong_increased_paddle_size")) { |
