From dd4318e250617d10520ccaf49db8d9ea28943593 Mon Sep 17 00:00:00 2001
From: Peter Albrecht <albrecpe@gmail.com>
Date: Thu, 21 Dec 2023 13:41:16 +0100
Subject: [PATCH] feature: expand all items in details widget

---
 .../skills_gui/skill_details/SkillDetailsTreeWidget.cpp         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/RobotAPI/libraries/skills_gui/skill_details/SkillDetailsTreeWidget.cpp b/source/RobotAPI/libraries/skills_gui/skill_details/SkillDetailsTreeWidget.cpp
index a9df69ad0..ad95bf151 100644
--- a/source/RobotAPI/libraries/skills_gui/skill_details/SkillDetailsTreeWidget.cpp
+++ b/source/RobotAPI/libraries/skills_gui/skill_details/SkillDetailsTreeWidget.cpp
@@ -68,7 +68,7 @@ namespace armarx::skills::gui
             this, skillsArgumentsTreeWidgetItem, aron_args, default_args_of_profile);
 
 
-        skillsArgumentsTreeWidgetItem->setExpanded(true);
+        this->expandAll();
 
         // update the ShownSkill
         shownSkill = {skillId, descr};
-- 
GitLab