mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use 24x24 icons (was 16x16) in the toolbar for perspective/parallel
This commit is contained in:
@@ -62,11 +62,11 @@ void RicTogglePerspectiveViewFeature::setupActionLook(QAction* actionToSetup)
|
||||
if (RiaApplication::instance()->activeReservoirView()->isPerspectiveView())
|
||||
{
|
||||
actionToSetup->setText("Parallel View");
|
||||
actionToSetup->setIcon(QIcon(":/Parallel16x16.png"));
|
||||
actionToSetup->setIcon(QIcon(":/Parallel24x24.png"));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
actionToSetup->setText("Perspective View");
|
||||
actionToSetup->setIcon(QIcon(":/Perspective16x16.png"));
|
||||
actionToSetup->setIcon(QIcon(":/Perspective24x24.png"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user