fix(SQ/StatusListItemTag): Text is not horizontally centered

Removed `Layout.rightMargin` in text component.

Fixes #8876
This commit is contained in:
Noelia 2023-01-10 13:56:28 +01:00 committed by Noelia
parent 2aef1c887e
commit ba5e8ed8d5
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ Control {
Layout.fillWidth: true
color: Theme.palette.primaryColor1
text: root.title
Layout.rightMargin: closeButtonVisible ? 0 : d.commonMargin
elide: Text.ElideRight
}