mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 14:25:16 +00:00
Fixed Issue 162.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user