From bb38dad59be6583e4c0a2fe851f264ed8d1fec2e Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 22 Jun 2017 13:17:38 -0400 Subject: [PATCH] Cosmetic bugfix for Pong. --- ShiftOS.WinForms/Applications/Pong.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ShiftOS.WinForms/Applications/Pong.cs b/ShiftOS.WinForms/Applications/Pong.cs index b615cf0..2f309f3 100644 --- a/ShiftOS.WinForms/Applications/Pong.cs +++ b/ShiftOS.WinForms/Applications/Pong.cs @@ -402,6 +402,7 @@ namespace ShiftOS.WinForms.Applications public void OnLoad() { + pnlgamestart.CenterParent(); doAi = false; doBallCalc = false; pnlgamestart.Show();