--- /usr/share/harbour-mitakuuluu/qml/BubbleDelegate.qml 2014-04-04 10:50:21.000000000 +0300 +++ BubbleDelegate.qml 2014-04-04 14:55:37.504880480 +0300 @@ -43,7 +43,6 @@ timeStatusRow.anchors.left = item.left; timeStatusRow.anchors.leftMargin = Theme.paddingLarge; msginfo.horizontalAlignment = Text.AlignLeft; - msg.horizontalAlignment = Text.AlignLeft; playerPlaceholder.anchors.right = item.right playerPlaceholder.anchors.leftMargin = Theme.paddingSmall setTickView(); @@ -70,7 +69,6 @@ msginfo.horizontalAlignment = Text.AlignRight; msg.anchors.right = item.right; msg.anchors.rightMargin = Theme.paddingLarge; - msg.horizontalAlignment = Text.AlignRight; timeStatusRow.anchors.right = item.right; timeStatusRow.anchors.rightMargin = Theme.paddingLarge; }