mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-02 15:25:22 +00:00
Added Fahrenheit support to the plot.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user