1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2024-10-28 08:49:35 +01:00

Edited message: resolve display issue

GitLab: #1469
Change-Id: I4ef71f60efaea7cb90f4d83df831f566fbfbd84f
This commit is contained in:
cberthet 2023-12-21 15:33:39 -05:00 committed by Sébastien Blin
parent eaf155d8a4
commit 760f6dc72c

View file

@ -396,7 +396,7 @@ Control {
anchors.left: root.bigMsg ? bubble.left : timestampItem.left
anchors.bottom: parent.bottom
anchors.bottomMargin: root.bigMsg || bubble.isDeleted ? 6 : 10
anchors.leftMargin: root.bigMsg ? 10 : - timestampItem.width - 10
anchors.leftMargin: root.bigMsg ? 10 : - timestampItem.width - 16
visible: bubble.isEdited
z: 1