GUI/MainForm.cs
changeset 253 0044b05a3094
parent 252 e62afa69214f
child 262 8731a1b81301
     1.1 --- a/GUI/MainForm.cs	Sun Jan 30 23:45:26 2011 +0000
     1.2 +++ b/GUI/MainForm.cs	Mon Feb 07 22:06:58 2011 +0000
     1.3 @@ -91,7 +91,7 @@
     1.4        this.Font = SystemFonts.MessageBoxFont;
     1.5        treeView.Font = SystemFonts.MessageBoxFont;
     1.6        plotPanel.Font = SystemFonts.MessageBoxFont;
     1.7 -      treeView.RowHeight = treeView.Font.Height;      
     1.8 +      treeView.RowHeight = treeView.Font.Height + 1;      
     1.9        
    1.10        nodeCheckBox.IsVisibleValueNeeded += nodeCheckBox_IsVisibleValueNeeded;
    1.11        nodeCheckBox.CheckStateChanged += UpdatePlotSelection;