Fix download icon size

pull/899/head
Nicolas Werner 3 years ago
parent b9afc6bf04
commit eee61cd524
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 5
      resources/qml/delegates/FileMessage.qml

@ -33,6 +33,11 @@ Item {
Image {
id: img
height: 40
width: 40
sourceSize.height: 40
sourceSize.width: 40
anchors.centerIn: parent
source: "qrc:/icons/icons/ui/download.svg"
fillMode: Image.Pad

Loading…
Cancel
Save