mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#849 Icon brushup due to new SummaryCaseIcon
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user