mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-09 16:15:45 +00:00
Set text format for qml to richtext.
This commit is contained in:
parent
b5a6e8220e
commit
e0d66739c3
@ -69,7 +69,6 @@ Rectangle {
|
||||
id: title
|
||||
height: 14
|
||||
color: "#000000"
|
||||
|
||||
text: "Title"
|
||||
font.pointSize: 10
|
||||
font.bold: true
|
||||
@ -79,6 +78,7 @@ Rectangle {
|
||||
anchors.topMargin: 5
|
||||
anchors.left: image.right
|
||||
anchors.leftMargin: 5
|
||||
textFormat: Text.RichText
|
||||
}
|
||||
|
||||
Text {
|
||||
@ -97,6 +97,7 @@ Rectangle {
|
||||
wrapMode: Text.WordWrap
|
||||
maximumLineCount: height / font.pixelSize - 1
|
||||
onLinkActivated: Qt.openUrlExternally(link)
|
||||
textFormat: Text.RichText
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user