From 27ba7948e613d5a7d1d128db9549e0797a65c1ab Mon Sep 17 00:00:00 2001 From: kateleet Date: Mon, 20 Dec 2021 17:46:44 +0800 Subject: [PATCH] fix(wallpaper): preload images size --- src/qml/Wallpaper/Main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/Wallpaper/Main.qml b/src/qml/Wallpaper/Main.qml index ce53695..62ca11a 100644 --- a/src/qml/Wallpaper/Main.qml +++ b/src/qml/Wallpaper/Main.qml @@ -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"