Almost right

This commit is contained in:
Gaute Lindkvist
2020-10-20 13:01:46 +02:00
parent 362dcb4dd1
commit 19a8aece0e
31 changed files with 202 additions and 108 deletions

View File

@@ -99,5 +99,5 @@ void RicNewEditableWellPathFeature::onActionTriggered( bool isChecked )
void RicNewEditableWellPathFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "Create Well Path" );
actionToSetup->setIcon( QIcon( ":/Well.png" ) );
actionToSetup->setIcon( QIcon( ":/Well.svg" ) );
}