Changed default and white themes to show a speed camera warning image. Small fix...
[jspeed] / src / textelement.cpp
index d42b423..f1af21e 100644 (file)
@@ -322,7 +322,7 @@ QString TextElement::formatString(double val)
 
     if(format.isEmpty())
     {
-        format = "%.1lf";
+        format = "%.0lf";
     }
 
     QString result;