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