fix(SyncingDeviceView): fix user image misalignment

- re-add forgotten `Layout.alignment: Qt.AlignHCenter`

Fixes #16879
This commit is contained in:
Lukáš Tinkl 2024-12-05 14:05:17 +01:00 committed by Lukáš Tinkl
parent 5bfa97caae
commit ca314f2b7b
1 changed files with 1 additions and 0 deletions

View File

@ -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