From f9ef8e021ca391f1b2f902ed3d91cb711a753f82 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 15 Jun 2017 20:01:26 -0400 Subject: More optimizations --- ShiftOS.WinForms/Applications/Pong.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShiftOS.WinForms/Applications/Pong.Designer.cs') diff --git a/ShiftOS.WinForms/Applications/Pong.Designer.cs b/ShiftOS.WinForms/Applications/Pong.Designer.cs index 11bed40..22ad6f6 100644 --- a/ShiftOS.WinForms/Applications/Pong.Designer.cs +++ b/ShiftOS.WinForms/Applications/Pong.Designer.cs @@ -36,7 +36,7 @@ this.pnlcanvas.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlcanvas.Location = new System.Drawing.Point(0, 0); this.pnlcanvas.Name = "pnlcanvas"; - this.pnlcanvas.Size = new System.Drawing.Size(620, 469); + this.pnlcanvas.Size = new System.Drawing.Size(879, 450); this.pnlcanvas.TabIndex = 0; this.pnlcanvas.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlcanvas_Paint); this.pnlcanvas.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pnlcanvas_MouseMove); @@ -47,7 +47,7 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.pnlcanvas); this.Name = "Pong"; - this.Size = new System.Drawing.Size(620, 469); + this.Size = new System.Drawing.Size(879, 450); this.ResumeLayout(false); } -- cgit v1.2.3