diff FrmUnit.cs @ 84:1e85a0687e4d

Re #88: Complete initial WinForms UI * Remove icon from unit form * Widen text boxes on new army form
author IBBoard <dev@ibboard.co.uk>
date Sat, 31 Oct 2009 19:32:48 +0000
parents 9a215113c84c
children 0bb9f40d44eb
line wrap: on
line diff
--- a/FrmUnit.cs	Fri Oct 30 21:00:04 2009 +0000
+++ b/FrmUnit.cs	Sat Oct 31 19:32:48 2009 +0000
@@ -343,6 +343,7 @@
 			this.Controls.Add(this.tbUnitName);
 			this.Controls.Add(this.statsGrid);
 			this.Name = "FrmUnit";
+			this.ShowIcon = false;
 			this.ShowInTaskbar = false;
 			this.Text = "FrmUnit";
 			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmUnit_FormClosing);