feat(StatusExpandableItem): Correct placement of expandable region in tertiary type

This commit is contained in:
Khushboo Mehta 2021-09-13 20:49:22 +02:00 committed by Pascal Precht
parent 80e5b338fd
commit 1f244f6282
1 changed files with 1 additions and 1 deletions

View File

@ -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