1.1 --- a/GUI/SensorNode.cs Sun May 15 17:21:27 2011 +0000
1.2 +++ b/GUI/SensorNode.cs Sun May 15 20:48:52 2011 +0000
1.3 @@ -67,7 +67,7 @@
1.4 this.settings = settings;
1.5 this.unitManager = unitManager;
1.6 switch (sensor.SensorType) {
1.7 - case SensorType.Voltage: format = "{0:F2} V"; break;
1.8 + case SensorType.Voltage: format = "{0:F3} V"; break;
1.9 case SensorType.Clock: format = "{0:F0} MHz"; break;
1.10 case SensorType.Load: format = "{0:F1} %"; break;
1.11 case SensorType.Temperature: format = "{0:F1} °C"; break;