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

Adjusted abort button size to display more executions simultaniously

parent 77a5172a
No related branches found
No related tags found
1 merge request!406Refactor skill memory GUI
......@@ -63,6 +63,8 @@ namespace armarx::skills::gui
{
parentTree->insertTopLevelItem(0, this);
abortButton = new QPushButton("Abort");
abortButton->setMinimumHeight(20);
abortButton->setMaximumHeight(20);
parentTree->setItemWidget(this, 4, abortButton);
connectSignals();
}
......
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