From 91c96b93157f816608ac0839c038b5436107d4fe Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Tue, 13 Nov 2018 14:45:21 +0100 Subject: [PATCH] 2d Maps. Fix minor text bold issue in Overlay Info box --- ApplicationCode/ProjectDataModel/Rim3dOverlayInfoConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/ProjectDataModel/Rim3dOverlayInfoConfig.cpp b/ApplicationCode/ProjectDataModel/Rim3dOverlayInfoConfig.cpp index 0c0629af19..e15fd7b727 100644 --- a/ApplicationCode/ProjectDataModel/Rim3dOverlayInfoConfig.cpp +++ b/ApplicationCode/ProjectDataModel/Rim3dOverlayInfoConfig.cpp @@ -514,7 +514,7 @@ QString Rim3dOverlayInfoConfig::caseInfoText(RimEclipseView* eclipseView) infoText += QString( "

-- Contour Map: %1 --

" "Sample Count. Total: %2 Valid Results: %3
" - "Projection Type: %4%5
").arg(caseName, totCellCount, activeCellCountText, aggregationType, weightingParameterString); + "Projection Type: %4%5
").arg(caseName, totCellCount, activeCellCountText, aggregationType, weightingParameterString); } else if (eclipseView->mainGrid()) {