feat(SQ/StatusRoundedImage): Added border

If border is specified, the image has the same margin as the border, so the component embeds a border around the image.
This commit is contained in:
Noelia 2023-04-19 12:37:38 +02:00 committed by Noelia
parent 69bf8c0e53
commit 87fa7cfe5a
1 changed files with 1 additions and 0 deletions

View File

@ -26,5 +26,6 @@ StatusRoundedComponent {
StatusImage {
id: image
anchors.fill: parent
anchors.margins: parent.border.width
}
}