mirror of https://github.com/status-im/StatusQ.git
fix(StatusMessage): adjust text alignment (#901)
Fixes https://github.com/status-im/status-desktop/issues/7301
This commit is contained in:
parent
1381b1bd15
commit
e17088304b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue