fix(StatusMessage): adjust text alignment (#901)

Fixes https://github.com/status-im/status-desktop/issues/7301
This commit is contained in:
PavelS 2022-09-13 16:33:32 +03:00 committed by GitHub
parent 1381b1bd15
commit e17088304b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ Rectangle {
spacing: 8
Item {
implicitWidth: profileImage.width
implicitWidth: root.messageDetails.sender.profileImage.assetSettings.width
implicitHeight: profileImage.visible ? profileImage.height : 0
Layout.alignment: Qt.AlignTop
StatusSmartIdenticon {