From e54ab451702b7194168da02413f7fdc7c461c143 Mon Sep 17 00:00:00 2001 From: mhduiy Date: Fri, 20 Dec 2024 22:29:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E5=A3=81=E7=BA=B8?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/qml/pages/SettingPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/pages/SettingPage.qml b/src/qml/pages/SettingPage.qml index c360ea9..dd1b6c6 100644 --- a/src/qml/pages/SettingPage.qml +++ b/src/qml/pages/SettingPage.qml @@ -43,7 +43,7 @@ ItemPage { width: parent.width anchors.left: parent.left anchors.top: wallpaperSettingItemTitle.bottom - height: 150 + implicitHeight: 150 ListView { id: wallpaperListView