Fixed Issue 162.

This commit is contained in:
Michael Möller
2011-02-07 22:06:58 +00:00
parent be28c71358
commit 12844967da
2 changed files with 4 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ namespace OpenHardwareMonitor.GUI {
this.Font = SystemFonts.MessageBoxFont;
treeView.Font = SystemFonts.MessageBoxFont;
plotPanel.Font = SystemFonts.MessageBoxFont;
treeView.RowHeight = treeView.Font.Height;
treeView.RowHeight = treeView.Font.Height + 1;
nodeCheckBox.IsVisibleValueNeeded += nodeCheckBox_IsVisibleValueNeeded;
nodeCheckBox.CheckStateChanged += UpdatePlotSelection;