Added minimize button to launcher.

This commit is contained in:
Matthew Bowra-Dean
2010-12-03 14:30:32 +13:00
committed by Chris Forbes
parent c99f89c987
commit d8d33811e4

View File

@@ -147,7 +147,6 @@
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Launcher";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "OpenRA Launcher";