From c42b679233273f0f1ceb5bee78c649edb4fecfff Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Fri, 13 Sep 2024 14:56:06 +0000 Subject: [PATCH] live-preview: Pass on ElementInfo in PropertyViewer --- tools/lsp/ui/views/property-view.slint | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/lsp/ui/views/property-view.slint b/tools/lsp/ui/views/property-view.slint index ac0e8378870..4698753889c 100644 --- a/tools/lsp/ui/views/property-view.slint +++ b/tools/lsp/ui/views/property-view.slint @@ -152,6 +152,7 @@ export component PropertyView { alignment: start; for group in root.current-element.properties : ExpandableGroup { + element-information <=> root.current-element; text: group.group-name; properties: group.properties; }