2
0
mirror of synced 2025-01-22 04:19:24 +00:00

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

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
}