From 3a46fd11c6d9bf889cfba3a8da7b4feb796c07f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AD=90=E6=A5=9A=5Czhuzi?= Date: Mon, 10 Apr 2023 22:07:30 +0800 Subject: [PATCH] update --- example/T_Settings.qml | 2 +- example/page/AboutPage.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/T_Settings.qml b/example/T_Settings.qml index 81e40ea..eb232a8 100644 --- a/example/T_Settings.qml +++ b/example/T_Settings.qml @@ -17,7 +17,7 @@ FluScrollablePage{ FluArea{ Layout.fillWidth: true Layout.topMargin: 20 - height: 200 + height: 168 paddings: 10 ColumnLayout{ diff --git a/example/page/AboutPage.qml b/example/page/AboutPage.qml index a6ea304..6d3ae53 100644 --- a/example/page/AboutPage.qml +++ b/example/page/AboutPage.qml @@ -36,7 +36,7 @@ FluWindow { fontStyle: FluText.Title } FluText{ - text:"v1.2.2" + text:"v1.2.3" fontStyle: FluText.Body Layout.alignment: Qt.AlignBottom }