Added Fahrenheit support to the plot.

This commit is contained in:
Michael Möller
2013-06-09 17:44:05 +00:00
parent 6260c63b71
commit 81a926cfc9
3 changed files with 38 additions and 13 deletions

View File

@@ -97,7 +97,7 @@ namespace OpenHardwareMonitor.GUI {
this.Font = SystemFonts.MessageBoxFont;
treeView.Font = SystemFonts.MessageBoxFont;
plotPanel = new PlotPanel(settings);
plotPanel = new PlotPanel(settings, unitManager);
plotPanel.Font = SystemFonts.MessageBoxFont;
plotPanel.Dock = DockStyle.Fill;