mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#889 Added intersection box icons
This commit is contained in:
+1
-1
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user