Change recv time position to the top of the bubble

This commit is contained in:
Angela Mazzurco 2017-06-08 17:12:23 +02:00
parent 92bcd4cbfd
commit 81a8677226

View File

@ -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