Text.RichText for lblContent
Toots are now displayed with proper text style (paragraph spacing)
This commit is contained in:
parent
f82bf51ad6
commit
141e25e0d7
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ BackgroundItem {
|
||||||
|
|
||||||
}
|
}
|
||||||
text: content
|
text: content
|
||||||
textFormat: Text.StyledText
|
textFormat: Text.RichText
|
||||||
linkColor : Theme.highlightColor
|
linkColor : Theme.highlightColor
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
maximumLineCount: 6
|
maximumLineCount: 6
|
||||||
|
|
Loading…
Reference in a new issue