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