feat(StatusBaseInput): Updated leftMargin depending if it is set from outside

This commit is contained in:
Noelia 2022-06-17 08:57:02 +02:00 committed by Noelia
parent 59143f7f34
commit d8e3557f8f
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ Item {
spacing: 10
anchors {
fill: parent
leftMargin: root.leftPadding
leftMargin: root.leftPadding ? root.leftPadding : leftComponentLoader.item ? 8 : 16
rightMargin: root.rightPadding
}