fix(wallpaper): preload images size

pull/55/head
kateleet 4 years ago
parent 9e92dd375d
commit 27ba7948e6

@ -121,7 +121,7 @@ ItemPage {
// Preload image // Preload image
Image { Image {
anchors.centerIn: parent anchors.centerIn: parent
width: 64 width: 48
height: width height: width
sourceSize: Qt.size(width, height) sourceSize: Qt.size(width, height)
source: FishUI.Theme.darkMode ? "qrc:/images/dark/picture.svg" source: FishUI.Theme.darkMode ? "qrc:/images/dark/picture.svg"

Loading…
Cancel
Save