From 2809a9638a6953f8c7e7b54868751274d9f01231 Mon Sep 17 00:00:00 2001 From: Angela Mazzurco Date: Fri, 9 Jun 2017 18:01:31 +0200 Subject: [PATCH] Change bubbles spacing from parent --- retroshare-qml-app/src/ChatView.qml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/retroshare-qml-app/src/ChatView.qml b/retroshare-qml-app/src/ChatView.qml index 2bdbfc31c..acc336d34 100644 --- a/retroshare-qml-app/src/ChatView.qml +++ b/retroshare-qml-app/src/ChatView.qml @@ -64,12 +64,12 @@ Item ListView { id: chatListView - width: parent.width - 7 + width: parent.width - 20 anchors.horizontalCenter: parent.horizontalCenter height: 300 model: chatModel.model delegate: ChatBubbleDelegate {} - spacing: 3 + spacing: 10 preferredHighlightBegin: 1 } @@ -124,8 +124,6 @@ Item (attachButton.width + attachButton.anchors.margins) - (emojiButton.width + emojiButton.anchors.margins) - - placeholderText: styles.placeHolder background: styles.background