mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-05 03:04:03 +00:00
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…
x
Reference in New Issue
Block a user