Message stylesheet; turn "> ..." into greentext

This commit is contained in:
miruka
2019-07-21 16:53:34 -04:00
parent 6e65376612
commit 459880903d
3 changed files with 25 additions and 7 deletions

View File

@@ -66,7 +66,11 @@ Row {
id: contentLabel
width: parent.width
text: Utils.processedEventText(model) +
Component.onCompleted: print(text)
text: '<style type="text/css">' +
theme.chat.message.stylesheet +
'</style>' +
Utils.processedEventText(model) +
// time
"&nbsp;&nbsp;<font size=" + theme.fontSize.small +
"px color=" + theme.chat.message.date + ">" +