mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-07 09:46:36 +00:00
Added some GUI improvements: Better handling of the row selection, minimal row spacing of 18 pixel (to get nice dotted lines) and 3 decimal digits for voltages. Also changed the tree view font rendering to get better quality without ClearType.
This commit is contained in:
@@ -67,7 +67,7 @@ namespace OpenHardwareMonitor.GUI {
|
||||
this.settings = settings;
|
||||
this.unitManager = unitManager;
|
||||
switch (sensor.SensorType) {
|
||||
case SensorType.Voltage: format = "{0:F2} V"; break;
|
||||
case SensorType.Voltage: format = "{0:F3} V"; break;
|
||||
case SensorType.Clock: format = "{0:F0} MHz"; break;
|
||||
case SensorType.Load: format = "{0:F1} %"; break;
|
||||
case SensorType.Temperature: format = "{0:F1} °C"; break;
|
||||
|
Reference in New Issue
Block a user