diff --git a/src/ShowRiidInstrumentsAna.cpp b/src/ShowRiidInstrumentsAna.cpp index 4d62bb79..2e53103e 100644 --- a/src/ShowRiidInstrumentsAna.cpp +++ b/src/ShowRiidInstrumentsAna.cpp @@ -292,7 +292,7 @@ class AnaResultDisplay : public WContainerWidget + ""; if( res.distance_ > 0.0 ) result += "" + WString::tr("Distance").toUTF8() - + "" + PhysicalUnits::printToBestLengthUnits(0.1*res.distance_) + ""; + + "" + PhysicalUnits::printToBestLengthUnits(res.distance_/PhysicalUnits::mm,4) + ""; if( res.activity_ > 0.0 ) { const bool useBq = InterSpecUser::preferenceValue( "DisplayBecquerel", InterSpec::instance() );