Skip to content
Snippets Groups Projects
Commit 04578afc authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

upd path

parent cabce947
No related branches found
No related tags found
1 merge request!2143Update path to `rotate-3d.svg`
Pipeline #120458 passed
...@@ -51,7 +51,7 @@ QAction* ActionFactory::createShowInRealspaceAction(QObject* parent, const QStri ...@@ -51,7 +51,7 @@ QAction* ActionFactory::createShowInRealspaceAction(QObject* parent, const QStri
{ {
auto* action = new QAction(parent); auto* action = new QAction(parent);
action->setText("Show in Real Space (3D) view"); action->setText("Show in Real Space (3D) view");
action->setIcon(QIcon(":/SampleDesigner/images/rotate-3d.svg")); action->setIcon(QIcon(":/images/rotate-3d.svg"));
action->setIconText("3D"); action->setIconText("3D");
action->setToolTip("Show " + what + " in Real Space (3D) view"); action->setToolTip("Show " + what + " in Real Space (3D) view");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment