Skip to content

Commit

Permalink
live-preview: Use CodeButton for code-type things.
Browse files Browse the repository at this point in the history
  • Loading branch information
hunger committed Sep 13, 2024
1 parent c42b679 commit bb99267
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/lsp/ui/views/property-view.slint
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ component ExpandableGroup {
);
}
}
if property.value.kind == PropertyValueKind.code: CodeButton {
element-information <=> root.element-information;
property-information: property;
}
}
}
}
Expand Down

0 comments on commit bb99267

Please sign in to comment.