Fix download icon size

This commit is contained in:
Nicolas Werner 2022-01-02 23:17:23 +01:00
parent b9afc6bf04
commit eee61cd524
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 5 additions and 0 deletions

View File

@ -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