diff --git a/src/app/commoncomponents/DataTransferMessageDelegate.qml b/src/app/commoncomponents/DataTransferMessageDelegate.qml index 6257be9af02b3a9c86392b4601da74a2901fc600..5bd42d83617cce61f79e15328bfb6ed09aafc6d5 100644 --- a/src/app/commoncomponents/DataTransferMessageDelegate.qml +++ b/src/app/commoncomponents/DataTransferMessageDelegate.qml @@ -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) {