mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 18:44:01 +00:00
feat(StatusCommunityCard): Added explicit dependency between z properties
Added explicit dependency between z properties with banner, logo, and content card.
This commit is contained in:
parent
31539e0606
commit
2b3cbf6444
@ -205,7 +205,7 @@ Rectangle {
|
||||
|
||||
// Community logo:
|
||||
Rectangle {
|
||||
z: parent.z + 1
|
||||
z: content.z + 1
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 16
|
||||
anchors.left: parent.left
|
||||
@ -227,6 +227,8 @@ Rectangle {
|
||||
|
||||
// Content card
|
||||
Rectangle {
|
||||
id: content
|
||||
z: banner.z + 1
|
||||
visible: root.loaded
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 40
|
||||
|
Loading…
x
Reference in New Issue
Block a user