From 7985110082debc6e07bd00f71448a16ea7f70acd Mon Sep 17 00:00:00 2001 From: youdiansaodongxi Date: Tue, 5 Dec 2023 16:29:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(qml):=E3=80=90ukui=204=E3=80=91=E3=80=90?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E8=8F=9C=E5=8D=95=E3=80=91=E5=AD=97=E6=AF=8D?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E4=B8=8B=EF=BC=8C=E5=AF=BC=E8=88=AA=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=9C=AA=E8=B7=9F=E5=BA=94=E7=94=A8=E5=8C=BA=E5=AF=B9?= =?UTF-8?q?=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qml/AppUI/FullScreenContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/AppUI/FullScreenContent.qml b/qml/AppUI/FullScreenContent.qml index 3287e8b..cbf3ff8 100644 --- a/qml/AppUI/FullScreenContent.qml +++ b/qml/AppUI/FullScreenContent.qml @@ -552,7 +552,7 @@ RowLayout { labelListView.currentIndex = labelRepeater.count - 1 return } - labelListView.currentIndex = labelColumn.childAt(contentX,contentY).labelIndex + labelListView.currentIndex = labelColumn.childAt(contentX, contentY + 200).labelIndex } NumberAnimation {