#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

@@ -61,7 +61,7 @@ CAF_PDM_SOURCE_INIT( RimMultiPlot, "MultiPlot" );
//--------------------------------------------------------------------------------------------------
RimMultiPlot::RimMultiPlot()
{
CAF_PDM_InitObject( "Multi Plot", ":/WellLogPlot16x16.png", "", "" );
CAF_PDM_InitObject( "Multi Plot", ":/MultiPlot16x16.png", "", "" );
CAF_PDM_InitField( &m_showPlotWindowTitle, "ShowTitleInPlot", true, "Show Title", "", "", "" );
CAF_PDM_InitField( &m_plotWindowTitle, "PlotDescription", QString( "" ), "Name", "", "", "" );