Many new icons and minor CSS changes

This commit is contained in:
Gaute Lindkvist
2020-10-01 17:25:19 +02:00
committed by Magne Sjaastad
parent 3f1fd44554
commit b7ac99e53b
98 changed files with 631 additions and 121 deletions

View File

@@ -73,5 +73,5 @@ void RicExportFractureModelPlotToFileFeature::onActionTriggered( bool isChecked
void RicExportFractureModelPlotToFileFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "Export Fracture Model to File" );
actionToSetup->setIcon( QIcon( ":/Save24x24.png" ) );
actionToSetup->setIcon( QIcon( ":/Save.svg" ) );
}