diff options
| author | Michael <[email protected]> | 2017-06-15 20:01:26 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-15 20:01:26 -0400 |
| commit | f9ef8e021ca391f1b2f902ed3d91cb711a753f82 (patch) | |
| tree | 5298757804a109f390b7e2f1bde1c6bb334b9851 /ShiftOS.WinForms/Applications/Pong.Designer.cs | |
| parent | 11ff04a384b7c11746dde10114bd5aee6bb9a3d4 (diff) | |
| download | shiftos_thereturn-f9ef8e021ca391f1b2f902ed3d91cb711a753f82.tar.gz shiftos_thereturn-f9ef8e021ca391f1b2f902ed3d91cb711a753f82.tar.bz2 shiftos_thereturn-f9ef8e021ca391f1b2f902ed3d91cb711a753f82.zip | |
More optimizations
Diffstat (limited to 'ShiftOS.WinForms/Applications/Pong.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Pong.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |
