fix(SyncingDeviceView): fix user image misalignment (#16884)

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

Fixes #16879
This commit is contained in:
Lukáš Tinkl 2024-12-05 15:40:02 +01:00 committed by GitHub
parent 5fcb425b47
commit 115cc70a88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,7 @@ Item {
spacing: 0
UserImage {
Layout.alignment: Qt.AlignHCenter
name: root.userDisplayName
colorId: root.userColorId
colorHash: root.userColorHash