Revert "set max line count for body"

This reverts commit 5b19154fb6.

Revert the last commit as it has no effect on richtext
This commit is contained in:
Patrick von Reth 2014-09-21 12:54:13 +02:00
parent 5b19154fb6
commit acc50deed1
1 changed files with 0 additions and 1 deletions

View File

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