Skip to content
Snippets Groups Projects
Commit 5b6cc620 authored by Andreas Hatziiliou's avatar Andreas Hatziiliou
Browse files

chatview: fix timestamp and file info overlap

GitLab: #1876
Change-Id: I5e2760a45e6cd84c8cdbaa4a753e7241db0f9f3c
parent f4c997c6
Branches
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment