Skip to content
Snippets Groups Projects
Commit e770cfbe authored by Peter Albrecht's avatar Peter Albrecht
Browse files

Fixed size for status bar

parent 96f21be5
No related branches found
No related tags found
1 merge request!406Refactor skill memory GUI
Pipeline #17057 passed
......@@ -37,6 +37,8 @@ namespace armarx::skills::gui
label->setStyleSheet("QLabel { color : red; }");
this->resetButton->setHidden(true);
label->setMinimumHeight(35);
QPixmap pixmap(":/icons/delete.ico");
QIcon ButtonIcon(pixmap);
resetButton->setIcon(ButtonIcon);
......
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