set max line count for body

This commit is contained in:
Patrick von Reth 2014-09-21 12:15:06 +02:00
parent 026dd21055
commit 5b19154fb6
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ Rectangle {
anchors.left: image.right
anchors.leftMargin: 5
wrapMode: Text.WordWrap
maximumLineCount: 4
onLinkActivated: Qt.openUrlExternally(link)
}