diff --git a/ApplicationCode/UserInterface/RiuSummaryQwtPlot.cpp b/ApplicationCode/UserInterface/RiuSummaryQwtPlot.cpp index 8df6c885c4..adf3c98d4f 100644 --- a/ApplicationCode/UserInterface/RiuSummaryQwtPlot.cpp +++ b/ApplicationCode/UserInterface/RiuSummaryQwtPlot.cpp @@ -286,7 +286,7 @@ void RiuSummaryQwtPlot::contextMenuEvent( QContextMenuEvent* event ) QString( "New Cross Plot Against %1 " "(Correlation: %2)" ) .arg( param.first.name ) - .arg( param.second ), + .arg( param.second, 5, 'f', 2 ), variant ); } }