From 1e157970ae6063fa8736cf4077afa08108c92478 Mon Sep 17 00:00:00 2001 From: zhuzihcu Date: Wed, 8 Mar 2023 14:08:36 +0800 Subject: [PATCH] update --- example/AboutPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/AboutPage.qml b/example/AboutPage.qml index 28c453c..cf57d7a 100644 --- a/example/AboutPage.qml +++ b/example/AboutPage.qml @@ -31,7 +31,7 @@ FluWindow { fontStyle: FluText.Title } FluText{ - text:"v1.0.0.0" + text:"v1.0.0" fontStyle: FluText.Body Layout.alignment: Qt.AlignBottom }