mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +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 {
|
||||
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…
Reference in a new issue