Refactor message composer to fit text size and wrap it

This commit is contained in:
Angela Mazzurco 2017-06-09 17:58:52 +02:00
parent 6e3de73501
commit 80b4c839bb
2 changed files with 27 additions and 12 deletions

View file

@ -46,7 +46,7 @@ QtObject {
readonly property int width: 30
readonly property int height: 30
readonly property int margin: 10
readonly property int margin: 5
readonly property string sendIconUrl: "/icons/send-message.svg"
readonly property string attachIconUrl: "/icons/attach.svg"