mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add icons for correlation plots
This commit is contained in:
@@ -78,5 +78,5 @@ void RicNewCorrelationMatrixPlotFeature::onActionTriggered( bool isChecked )
|
||||
void RicNewCorrelationMatrixPlotFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setText( "New Correlation Matrix Plot" );
|
||||
actionToSetup->setIcon( QIcon( ":/AnalysisPlot16x16.png" ) );
|
||||
actionToSetup->setIcon( QIcon( ":/CorrelationMatrixPlot16x16.png" ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user