Fixed issue 241.
authormoel.mich
Sun, 19 Jun 2011 12:59:07 +0000
changeset 300ee03b05bce9f
parent 299 072989c22a87
child 301 d14ce71cef44
Fixed issue 241.
GUI/SensorGadget.cs
     1.1 --- a/GUI/SensorGadget.cs	Sun Jun 19 12:51:17 2011 +0000
     1.2 +++ b/GUI/SensorGadget.cs	Sun Jun 19 12:59:07 2011 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4  
     1.5    The Initial Developer of the Original Code is 
     1.6    Michael Möller <m.moeller@gmx.ch>.
     1.7 -  Portions created by the Initial Developer are Copyright (C) 2010
     1.8 +  Portions created by the Initial Developer are Copyright (C) 2010-2011
     1.9    the Initial Developer. All Rights Reserved.
    1.10  
    1.11    Contributor(s):
    1.12 @@ -475,7 +475,7 @@
    1.13                string format = "";
    1.14                switch (sensor.SensorType) {
    1.15                  case SensorType.Voltage:
    1.16 -                  format = "{0:F2} V";
    1.17 +                  format = "{0:F3} V";
    1.18                    break;
    1.19                  case SensorType.Clock:
    1.20                    format = "{0:F0} MHz";