From 8ca791785c3b995e81f255f0575dfd8dab4f25ca Mon Sep 17 00:00:00 2001 From: youdiansaodongxi Date: Mon, 8 Jul 2024 10:42:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(qml/extensions):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=E5=BA=94=E7=94=A8=E7=BB=84=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=A1=86=E6=96=87=E5=AD=97=E6=98=BE=E7=A4=BA=E4=B8=8D?= =?UTF-8?q?=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qml/extensions/FullScreenFolder.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/extensions/FullScreenFolder.qml b/qml/extensions/FullScreenFolder.qml index 178206d..f674793 100644 --- a/qml/extensions/FullScreenFolder.qml +++ b/qml/extensions/FullScreenFolder.qml @@ -188,10 +188,10 @@ Loader { AppUI.EditText { id: folderNameText anchors.bottom: folderIconBase.top - anchors.bottomMargin: 30 + anchors.bottomMargin: 12 anchors.horizontalCenter: folderIconBase.horizontalCenter - height: 47; width: folderIconBase.width + height: 72; width: folderIconBase.width textEdited: folderName textCenterIn: true textSize: 32