diff -r 49c38a2958c8 -r e62afa69214f GUI/MainForm.cs --- a/GUI/MainForm.cs Thu Jan 27 22:29:43 2011 +0000 +++ b/GUI/MainForm.cs Sun Jan 30 23:45:26 2011 +0000 @@ -91,6 +91,7 @@ this.Font = SystemFonts.MessageBoxFont; treeView.Font = SystemFonts.MessageBoxFont; plotPanel.Font = SystemFonts.MessageBoxFont; + treeView.RowHeight = treeView.Font.Height; nodeCheckBox.IsVisibleValueNeeded += nodeCheckBox_IsVisibleValueNeeded; nodeCheckBox.CheckStateChanged += UpdatePlotSelection;