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

Resize all columns of detail widget to contents

parent 3a281fdf
No related branches found
No related tags found
1 merge request!406Refactor skill memory GUI
Pipeline #16896 passed
......@@ -67,7 +67,10 @@ namespace armarx::skills::gui
this->expandAll();
this->resizeColumnToContents(0);
for (int i = 0; i < columnCount(); ++i)
{
this->resizeColumnToContents(i);
}
// update the ShownSkill
shownSkill = {skillId, descr};
......
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