Skip to content

Commit

Permalink
live-preview: Pass on ElementInfo in PropertyViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
hunger committed Sep 13, 2024
1 parent df18138 commit c42b679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/lsp/ui/views/property-view.slint
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c42b679

Please sign in to comment.