Skip to content
Snippets Groups Projects
Commit dfd13560 authored by Raphael's avatar Raphael
Browse files

changes the icon of the button to deactivate a controler to a pause button (RobotUnitPlugin)

parent 191fd47e
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ namespace armarx
treeWidget.setItemWidget(header, RobotUnitLVL1ControllersWidget::idxActivate, act);
treeWidget.setItemWidget(header, RobotUnitLVL1ControllersWidget::idxDeactivate, dec);
act->setIcon(QIcon {QString{":/icons/media-playback-start.ico"}});
dec->setIcon(QIcon {QString{":/icons/dialog-close.ico"}});
dec->setIcon(QIcon {QString{":/icons/media-playback-pause.ico"}});
act->setFixedWidth(40);
dec->setFixedWidth(40);
act->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Minimum);
......
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