summary refs log tree commit diff
path: root/resources/qml/delegates
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-11-17 00:39:27 +0100
committerGitHub <noreply@github.com>2021-11-17 00:39:27 +0100
commitcf43b7b9f012e6c92b7db4aa9e27d1b9eac81315 (patch)
tree66f38ac0c399d7c220a33b87dd7f17cc56bcfe01 /resources/qml/delegates
parentTranslated using Weblate (Polish) (diff)
parentUse filled shields everywhere and distinguish different states more (diff)
downloadnheko-cf43b7b9f012e6c92b7db4aa9e27d1b9eac81315.tar.xz
Merge pull request #807 from LorenDB/fluentIcons
Switch icon theme to Fluent icons
Diffstat (limited to 'resources/qml/delegates')
-rw-r--r--resources/qml/delegates/FileMessage.qml2
-rw-r--r--resources/qml/delegates/ImageMessage.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/delegates/FileMessage.qml b/resources/qml/delegates/FileMessage.qml

index 4f2a2836..daee0d8b 100644 --- a/resources/qml/delegates/FileMessage.qml +++ b/resources/qml/delegates/FileMessage.qml
@@ -33,7 +33,7 @@ Item { id: img anchors.centerIn: parent - source: "qrc:/icons/icons/ui/arrow-pointing-down.png" + source: "qrc:/icons/icons/ui/download.svg" fillMode: Image.Pad } diff --git a/resources/qml/delegates/ImageMessage.qml b/resources/qml/delegates/ImageMessage.qml
index e622bb23..4caa89ab 100644 --- a/resources/qml/delegates/ImageMessage.qml +++ b/resources/qml/delegates/ImageMessage.qml
@@ -28,7 +28,7 @@ Item { anchors.fill: parent visible: img.status != Image.Ready - source: blurhash ? ("image://blurhash/" + blurhash) : ("image://colorimage/:/icons/icons/ui/do-not-disturb-rounded-sign@2x.png?" + Nheko.colors.buttonText) + source: blurhash ? ("image://blurhash/" + blurhash) : ("image://colorimage/:/icons/icons/ui/image-failed.svg?" + Nheko.colors.buttonText) asynchronous: true fillMode: Image.PreserveAspectFit sourceSize.width: parent.width