diff -r 49c38a2958c8 -r e62afa69214f GUI/MainForm.Designer.cs --- a/GUI/MainForm.Designer.cs Thu Jan 27 22:29:43 2011 +0000 +++ b/GUI/MainForm.Designer.cs Sun Jan 30 23:45:26 2011 +0000 @@ -436,8 +436,7 @@ this.treeView.NodeControls.Add(this.nodeTextBoxText); this.treeView.NodeControls.Add(this.nodeTextBoxValue); this.treeView.NodeControls.Add(this.nodeTextBoxMin); - this.treeView.NodeControls.Add(this.nodeTextBoxMax); - this.treeView.RowHeight = 18; + this.treeView.NodeControls.Add(this.nodeTextBoxMax); this.treeView.SelectedNode = null; this.treeView.Size = new System.Drawing.Size(386, 354); this.treeView.TabIndex = 0;