From 5a180120b1087e5eaaa9325154a1d56aa52c1a4c Mon Sep 17 00:00:00 2001 From: miruka Date: Sun, 14 Apr 2019 14:18:53 -0400 Subject: [PATCH] Fix date color for undecryptable events --- harmonyqml/components/chat/EventContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harmonyqml/components/chat/EventContent.qml b/harmonyqml/components/chat/EventContent.qml index b7f4cb0c..0469d046 100644 --- a/harmonyqml/components/chat/EventContent.qml +++ b/harmonyqml/components/chat/EventContent.qml @@ -25,7 +25,7 @@ RowLayout { text: "" + displayName + " " + contentText + - "  " + + "  " + Qt.formatDateTime(date_time, "hh:mm:ss") + "" textFormat: Text.RichText