mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
#12291 Several minor adjustments
* Use same naming for ensemble grid cases as ensemble summary cases * Create Polygons: Ask for polygon area cutoff when polygon count is high * Show Create Polygons from Contour Map in polygon collection menu * Update titles in crossplots * Clear message panel when project is closed * Show text message for start and complete of replace ensemble
This commit is contained in:
@@ -45,7 +45,7 @@ RimEclipseCaseEnsemble::RimEclipseCaseEnsemble()
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_caseCollection, "CaseCollection", "Ensemble Cases" );
|
||||
m_caseCollection = new RimCaseCollection;
|
||||
m_caseCollection->uiCapability()->setUiName( "Cases" );
|
||||
m_caseCollection->uiCapability()->setUiName( "Realizations" );
|
||||
m_caseCollection->uiCapability()->setUiIconFromResourceString( ":/Cases16x16.png" );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_viewCollection, "ViewCollection", "Views" );
|
||||
|
||||
Reference in New Issue
Block a user