summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-14 20:44:11 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-14 20:44:11 +0100
commit4eb0e117401daaa6a6eca4efd5821ed59aa4f6eb (patch)
tree24f28d73eb587aaba960fef263f7ec0e91090644 /resources
parentFix duplicate messages in timeline after sending (diff)
downloadnheko-4eb0e117401daaa6a6eca4efd5821ed59aa4f6eb.tar.xz
Try to match old theme better
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/delegates/PlayableMediaMessage.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/delegates/PlayableMediaMessage.qml b/resources/qml/delegates/PlayableMediaMessage.qml

index ebf7487c..50202098 100644 --- a/resources/qml/delegates/PlayableMediaMessage.qml +++ b/resources/qml/delegates/PlayableMediaMessage.qml
@@ -66,6 +66,8 @@ Rectangle { durationText.text = formatTime(new Date(media.duration)) } onValueChanged: updatePositionTexts() + + palette: colors } Text { id: durationText