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:
parent
f4c997c62f
commit
5b6cc620cd
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue