Refactor to add message text area into a flickable

This commit is contained in:
Angela Mazzurco 2017-06-10 16:02:09 +02:00
parent e2d430a82a
commit 12fef4bf8b
2 changed files with 38 additions and 24 deletions

View file

@ -34,7 +34,7 @@ QtObject {
property QtObject msgComposer: QtObject{
readonly property string placeHolder: "Send message..."
readonly property int maxHeight: 2 // chatListView/maxHeight
readonly property int maxHeight: 180
property QtObject background: Rectangle {
color: "transparent"