Text.RichText for lblContent
Toots are now displayed with proper text style (paragraph spacing)
This commit is contained in:
parent
f8b12cc95b
commit
f82bf51ad6
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ BackgroundItem {
|
|||
text: content.replace(new RegExp("<a ", 'g'), '<a style="text-decoration: none; color:'+(pressed ? Theme.secondaryColor : Theme.highlightColor)+'" ')
|
||||
linkColor : Theme.highlightColor
|
||||
wrapMode: Text.WordWrap
|
||||
textFormat: Text.StyledText
|
||||
textFormat: Text.RichText
|
||||
font.pixelSize: Theme.fontSizeSmall
|
||||
color: (pressed ? Theme.highlightColor : (!highlight ? Theme.primaryColor : Theme.secondaryColor))
|
||||
Rectangle {
|
||||
|
|
Loading…
Reference in a new issue