fix(StatusCommunityCard): Added implicit width and height (#739)
Fixes https://github.com/status-im/status-desktop/issues/6206
This commit is contained in:
parent
996717885d
commit
1730fe756d
|
@ -160,8 +160,8 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
width: d.cardWidth
|
implicitWidth: d.cardWidth
|
||||||
height: d.totalHeigth
|
implicitHeight: d.totalHeigth
|
||||||
radius: d.bannerRadius
|
radius: d.bannerRadius
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
layer.enabled: true
|
layer.enabled: true
|
||||||
|
|
Loading…
Reference in New Issue