summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-04-29 21:41:46 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-04-29 21:41:46 +0200
commit3226d1787c3201f6ddbff989d902637adaada5a0 (patch)
treed384f0e133444bdd3dc2e2439319d9e1d65e93f9
parentMake notifications a bit easier to read (diff)
downloadnheko-3226d1787c3201f6ddbff989d902637adaada5a0.tar.xz
Fix some smaller coloring issues
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml

index cad341b5..09865d16 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml
@@ -88,6 +88,7 @@ Page { anchors.centerIn: parent text: qsTr("No room open") font.pointSize: 24 + color: colors.text } BusyIndicator { @@ -284,6 +285,7 @@ Page { anchors.leftMargin: 10 anchors.rightMargin: 10 + color: colors.text text: chat.model ? chat.model.formatTypingUsers(chat.model.typingUsers, colors.window) : "" textFormat: Text.RichText }