set max line count for body
This commit is contained in:
parent
026dd21055
commit
5b19154fb6
|
@ -66,6 +66,7 @@ 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