#2809, #2858, #2859 Fix icon inconsistencies. Edd icons for ensemble curves and new icons for cross plot

This commit is contained in:
Jacob Støren
2018-05-06 10:07:49 +02:00
parent 4108c72680
commit 9885c9d2d7
26 changed files with 135 additions and 131 deletions

View File

@@ -39,7 +39,7 @@ CAF_PDM_SOURCE_INIT(RimPltPlotCollection, "WellPltPlotCollection");
//--------------------------------------------------------------------------------------------------
RimPltPlotCollection::RimPltPlotCollection()
{
CAF_PDM_InitObject("PLT Plots", ":/WellLogPlots16x16.png", "", "");
CAF_PDM_InitObject("PLT Plots", ":/WellAllocPlots16x16.png", "", "");
CAF_PDM_InitFieldNoDefault(&m_pltPlots, "PltPlots", "", "", "", "");
m_pltPlots.uiCapability()->setUiHidden(true);