#889 Added intersection box icons

This commit is contained in:
Jacob Støren
2016-09-30 11:06:59 +02:00
parent 3e48b102f3
commit 45634df0e9
7 changed files with 6 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ void RicIntersectionBoxZSliceFeature::onActionTriggered(bool isChecked)
//--------------------------------------------------------------------------------------------------
void RicIntersectionBoxZSliceFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setIcon(QIcon(":/IntersectionBox16x16.png"));
actionToSetup->setIcon(QIcon(":/IntersectionZPlane16x16.png"));
actionToSetup->setText("Z-slice Intersection Box");
}