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"