fix(StatusCommunityCard): Added implicit width and height (#739)
Fixes https://github.com/status-im/status-desktop/issues/6206
This commit is contained in:
parent
679096e12e
commit
eddea24c63
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue