fix(wallpaper): preload images size

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

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

Loading…
Cancel
Save