mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6447 Reduce precision in the correlation list in right-click menu
This commit is contained in:
parent
b64cad8bef
commit
df0a985e14
@ -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 );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user