Message stylesheet; turn "> ..." into greentext
This commit is contained in:
@@ -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
|
||||
" <font size=" + theme.fontSize.small +
|
||||
"px color=" + theme.chat.message.date + ">" +
|
||||
|
Reference in New Issue
Block a user