#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

@@ -110,7 +110,7 @@ void RicNewMultiPlotFeature::onActionTriggered( bool isChecked )
void RicNewMultiPlotFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "Create Multi Plot from Selected Plots" );
actionToSetup->setIcon( QIcon( ":/WellLogPlot16x16.png" ) );
actionToSetup->setIcon( QIcon( ":/MultiPlot16x16.png" ) );
}
//--------------------------------------------------------------------------------------------------