mirror of https://github.com/status-im/StatusQ.git
feat(StatusExpandableItem): Correct placement of expandable region in tertiary type
This commit is contained in:
parent
80e5b338fd
commit
1f244f6282
|
@ -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…
Reference in New Issue