From 81a8677226e629fa126602a7e6d7a0fcba32c942 Mon Sep 17 00:00:00 2001 From: Angela Mazzurco Date: Thu, 8 Jun 2017 17:12:23 +0200 Subject: [PATCH] Change recv time position to the top of the bubble --- retroshare-qml-app/src/ChatBubbleDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-qml-app/src/ChatBubbleDelegate.qml b/retroshare-qml-app/src/ChatBubbleDelegate.qml index 6af114c88..c189242a5 100644 --- a/retroshare-qml-app/src/ChatBubbleDelegate.qml +++ b/retroshare-qml-app/src/ChatBubbleDelegate.qml @@ -71,7 +71,7 @@ Item { anchors.left: (!model.incoming)? parent.left : undefined anchors.right:(model.incoming)? parent.right : undefined - anchors.bottom: bubble.bottom + anchors.top: bubble.top anchors.leftMargin: styles.lMarginBubble anchors.rightMargin: styles.rMarginBubble anchors.topMargin: styles.tMarginBubble