#849 Icon brushup due to new SummaryCaseIcon

This commit is contained in:
Jacob Støren
2016-10-07 15:48:17 +02:00
parent e953a0a09a
commit fd71ea3aa6
7 changed files with 5 additions and 3 deletions

View File

@@ -62,5 +62,5 @@ void RicOpenProjectFeature::onActionTriggered(bool isChecked)
void RicOpenProjectFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setText("Open Project");
actionToSetup->setIcon(QApplication::style()->standardIcon(QStyle::SP_DirOpenIcon));
actionToSetup->setIcon(QIcon(":/openFolder24x24.png"));
}