fix(StatusCommunityCard): Added implicit width and height (#739)

Fixes https://github.com/status-im/status-desktop/issues/6206
This commit is contained in:
Noelia 2022-06-22 22:48:10 +02:00 committed by GitHub
parent 996717885d
commit 1730fe756d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ Rectangle {
}
}
width: d.cardWidth
height: d.totalHeigth
implicitWidth: d.cardWidth
implicitHeight: d.totalHeigth
radius: d.bannerRadius
color: "transparent"
layer.enabled: true