mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 10:14:04 +00:00
feat(StatusExpandableItem): Correct placement of expandable region in tertiary type
This commit is contained in:
parent
36b75b8beb
commit
45dd8147ad
@ -181,7 +181,7 @@ Rectangle {
|
||||
|
||||
Loader {
|
||||
id: expandableRegion
|
||||
anchors.top: secondaryText.bottom
|
||||
anchors.top: !!secondaryText.text ? secondaryText.bottom: primaryText.bottom
|
||||
anchors.topMargin: 16
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: (statusExpandableItem.type === StatusExpandableItem.Type.Primary) ? 48 : 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user