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:
parent
5b19154fb6
commit
acc50deed1
|
@ -66,7 +66,6 @@ Rectangle {
|
||||||
anchors.left: image.right
|
anchors.left: image.right
|
||||||
anchors.leftMargin: 5
|
anchors.leftMargin: 5
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
maximumLineCount: 4
|
|
||||||
onLinkActivated: Qt.openUrlExternally(link)
|
onLinkActivated: Qt.openUrlExternally(link)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue