fix(SyncingDeviceView): fix user image misalignment
- re-add forgotten `Layout.alignment: Qt.AlignHCenter` Fixes #16879
This commit is contained in:
parent
5bfa97caae
commit
ca314f2b7b
|
@ -47,6 +47,7 @@ Item {
|
||||||
spacing: 0
|
spacing: 0
|
||||||
|
|
||||||
UserImage {
|
UserImage {
|
||||||
|
Layout.alignment: Qt.AlignHCenter
|
||||||
name: root.userDisplayName
|
name: root.userDisplayName
|
||||||
colorId: root.userColorId
|
colorId: root.userColorId
|
||||||
colorHash: root.userColorHash
|
colorHash: root.userColorHash
|
||||||
|
|
Loading…
Reference in New Issue