From ab25831aab22e01eb3cb9bc3954382b27719598c Mon Sep 17 00:00:00 2001 From: qiqi Date: Wed, 24 May 2023 17:55:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98=E8=B7=9F=E9=9A=8F=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qml/AppUI/AppPageHeader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/AppUI/AppPageHeader.qml b/qml/AppUI/AppPageHeader.qml index 7d5437f..16567f1 100644 --- a/qml/AppUI/AppPageHeader.qml +++ b/qml/AppUI/AppPageHeader.qml @@ -172,7 +172,7 @@ Item { anchors.fill: parent anchors.leftMargin: 16 spacing: 12 - Text { + AppControls2.StyleText { Layout.fillWidth: true Layout.fillHeight: true verticalAlignment: Qt.AlignVCenter