GUI/SensorGadget.cs
changeset 340 600962f8a298
parent 324 c6ee430d6995
child 342 2486df89b9e5
     1.1 --- a/GUI/SensorGadget.cs	Mon Feb 13 21:56:29 2012 +0000
     1.2 +++ b/GUI/SensorGadget.cs	Tue Feb 14 23:07:55 2012 +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-2011
     1.8 +  Portions created by the Initial Developer are Copyright (C) 2010-2012
     1.9    the Initial Developer. All Rights Reserved.
    1.10  
    1.11    Contributor(s):
    1.12 @@ -521,6 +521,9 @@
    1.13                  case SensorType.Data:
    1.14                    format = "{0:F1} GB";
    1.15                    break;
    1.16 +                case SensorType.Factor:
    1.17 +                  format = "{0:F3}";
    1.18 +                  break;
    1.19                }
    1.20  
    1.21                if (sensor.SensorType == SensorType.Temperature &&