#5329, #4991 Use the new icons for multiplot and phase fraction plot

This commit is contained in:
Jacob Støren
2020-02-03 10:05:01 +01:00
parent 7112bc828c
commit 608d3a9a24
5 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ CAF_PDM_SOURCE_INIT( RimMultiPlotCollection, "RimMultiPlotCollection" );
//--------------------------------------------------------------------------------------------------
RimMultiPlotCollection::RimMultiPlotCollection()
{
CAF_PDM_InitObject( "Multi Plots", ":/WellLogPlot16x16.png", "", "" );
CAF_PDM_InitObject( "Multi Plots", ":/MultiPlot16x16.png", "", "" );
CAF_PDM_InitFieldNoDefault( &m_multiPlots, "MultiPlots", "Plots Reports", "", "", "" );
m_multiPlots.uiCapability()->setUiHidden( true );