GUI/MainForm.cs
changeset 252 e62afa69214f
parent 248 045eb5c1ec32
child 253 0044b05a3094
     1.1 --- a/GUI/MainForm.cs	Thu Jan 27 22:29:43 2011 +0000
     1.2 +++ b/GUI/MainForm.cs	Sun Jan 30 23:45:26 2011 +0000
     1.3 @@ -91,6 +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        
     1.9        nodeCheckBox.IsVisibleValueNeeded += nodeCheckBox_IsVisibleValueNeeded;
    1.10        nodeCheckBox.CheckStateChanged += UpdatePlotSelection;