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

Changed status color to red

parent e412f30c
No related branches found
No related tags found
1 merge request!406Refactor skill memory GUI
Pipeline #17030 passed
......@@ -34,6 +34,7 @@ namespace armarx::skills::gui
layout->addWidget(resetButton);
this->setLayout(layout);
layout->setStretch(0, 2);
label->setStyleSheet("QLabel { color : red; }");
connect(this->resetButton, &QPushButton::clicked, this, &StatusLabel::resetLabel);
}
......
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