aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Pong.Designer.cs
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2017-02-24 15:18:59 -0500
committerGitHub <[email protected]>2017-02-24 15:18:59 -0500
commit12f2fa9f21ceb6d091ddc95992ecd2ebbe01bedb (patch)
treec2b41da3542fa4bc519403f23a89f23078256562 /ShiftOS.WinForms/Applications/Pong.Designer.cs
parentdd4d278ef4d61aa4cd15aa3690a28965f55d99ee (diff)
parentc3ecf8a946ffd824d485a42112c56bda68adc1df (diff)
downloadshiftos_thereturn-12f2fa9f21ceb6d091ddc95992ecd2ebbe01bedb.tar.gz
shiftos_thereturn-12f2fa9f21ceb6d091ddc95992ecd2ebbe01bedb.tar.bz2
shiftos_thereturn-12f2fa9f21ceb6d091ddc95992ecd2ebbe01bedb.zip
Merge pull request #85 from craftxbox/patch-3
NO ONE LIKES BEING YELLED AT BY MICHAEL
Diffstat (limited to 'ShiftOS.WinForms/Applications/Pong.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Pong.Designer.cs18
1 files changed, 2 insertions, 16 deletions
diff --git a/ShiftOS.WinForms/Applications/Pong.Designer.cs b/ShiftOS.WinForms/Applications/Pong.Designer.cs
index 5882549..7f2466f 100644
--- a/ShiftOS.WinForms/Applications/Pong.Designer.cs
+++ b/ShiftOS.WinForms/Applications/Pong.Designer.cs
@@ -555,14 +555,7 @@ namespace ShiftOS.WinForms.Applications
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"))
- {
- this.paddleHuman.Size = new System.Drawing.Size(20, 150);
- }
- else
- {
- this.paddleHuman.Size = new System.Drawing.Size(20, 100);
- }
+ this.paddleHuman.Size = new System.Drawing.Size(20, 100);
this.paddleHuman.TabIndex = 3;
this.paddleHuman.TabStop = false;
//
@@ -573,14 +566,7 @@ namespace ShiftOS.WinForms.Applications
this.paddleComputer.Location = new System.Drawing.Point(666, 134);
this.paddleComputer.MaximumSize = new System.Drawing.Size(20, 150);
this.paddleComputer.Name = "paddleComputer";
- if (ShiftoriumFrontend.UpgradeInstalled("pong_increased_paddle_size"))
- {
- this.paddleComputer.Size = new System.Drawing.Size(20, 150);
- }
- else
- {
- this.paddleComputer.Size = new System.Drawing.Size(20, 100);
- }
+ this.paddleComputer.Size = new System.Drawing.Size(20, 100);
this.paddleComputer.TabIndex = 1;
//
// lbllevelandtime