1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-03-28 14:56:19 +01:00

chatview: fix timestamp and file info overlap

GitLab: #1876
Change-Id: I5e2760a45e6cd84c8cdbaa4a753e7241db0f9f3c
This commit is contained in:
Andreas Hatziiliou 2025-01-28 13:59:54 -05:00
parent f4c997c62f
commit 5b6cc620cd

View file

@ -248,8 +248,9 @@ Loader {
Label {
id: transferInfo
width: Math.min(implicitWidth, maxMsgWidth)
bottomPadding: 10
rightPadding: dataTransferItem.bubble.timestampItem.width
text: {
var res = "";
if (transferStats.totalSize !== undefined) {