fix(SQ/StatusListItemTag): Text is not horizontally centered
Removed `Layout.rightMargin` in text component. Fixes #8876
This commit is contained in:
parent
2aef1c887e
commit
ba5e8ed8d5
|
@ -71,7 +71,6 @@ Control {
|
|||
Layout.fillWidth: true
|
||||
color: Theme.palette.primaryColor1
|
||||
text: root.title
|
||||
Layout.rightMargin: closeButtonVisible ? 0 : d.commonMargin
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue