mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix download icon size
This commit is contained in:
parent
b9afc6bf04
commit
eee61cd524
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ Item {
|
||||||
Image {
|
Image {
|
||||||
id: img
|
id: img
|
||||||
|
|
||||||
|
height: 40
|
||||||
|
width: 40
|
||||||
|
sourceSize.height: 40
|
||||||
|
sourceSize.width: 40
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
source: "qrc:/icons/icons/ui/download.svg"
|
source: "qrc:/icons/icons/ui/download.svg"
|
||||||
fillMode: Image.Pad
|
fillMode: Image.Pad
|
||||||
|
|
Loading…
Reference in a new issue