Skip to content
Snippets Groups Projects
Verified Commit eee61cd5 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix download icon size

parent b9afc6bf
No related branches found
No related tags found
No related merge requests found
Pipeline #2467 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment