Fix date color for undecryptable events
This commit is contained in:
parent
c5d5add2f8
commit
5a180120b1
|
@ -25,7 +25,7 @@ RowLayout {
|
|||
text: "<font color='" +
|
||||
(isUndecryptableEvent ? "darkred" : "gray") + "'>" +
|
||||
displayName + " " + contentText +
|
||||
" <font size=" + smallSize + "px>" +
|
||||
" <font size=" + smallSize + "px color='gray'>" +
|
||||
Qt.formatDateTime(date_time, "hh:mm:ss") +
|
||||
"</font></font>"
|
||||
textFormat: Text.RichText
|
||||
|
|
Loading…
Reference in New Issue
Block a user