From b4a62cea8211ae93ddee26dab82b07ccbeaff632 Mon Sep 17 00:00:00 2001 From: Lee <51181822+pragmaticQt@users.noreply.github.com> Date: Sat, 19 Dec 2020 18:06:24 +0800 Subject: [PATCH] fix typo --- ch08-felgo/felgo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch08-felgo/felgo.html b/ch08-felgo/felgo.html index c4b8c44..b67b824 100644 --- a/ch08-felgo/felgo.html +++ b/ch08-felgo/felgo.html @@ -310,7 +310,7 @@
The root element is the App element with a nested NavigationStack. This component takes care of managing all the different Page instances your application is going to present.
Within the Page you can find an AppText element, which inherits from QtQuick.Text, but also manages proper font scaling. It offers a fontSize property that ensures the same physical size on all devices, avoiding the need to manually adapt the font.pixelSize setting of QtQuick.Text to the pixel density of your device.
-In the Live Client view, you can you can change simulated resolutions or the application theme from the menu bar. You can test different screen formats and see how the app looks on an Android, iOS or Desktop device.
+In the Live Client view, you can change simulated resolutions or the application theme from the menu bar. You can test different screen formats and see how the app looks on an Android, iOS or Desktop device.