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

Changed order of status bar widgets

parent 688f5415
No related branches found
No related tags found
1 merge request!406Refactor skill memory GUI
......@@ -30,8 +30,8 @@ namespace armarx::skills::gui
StatusLabel::setupUi()
{
QHBoxLayout* layout = new QHBoxLayout();
layout->addWidget(label);
layout->addWidget(resetButton);
layout->addWidget(label);
this->setLayout(layout);
layout->setStretch(0, 2);
label->setStyleSheet("QLabel { color : red; }");
......
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