From c2af320f606ad0d48821dbf7019b9965bad3d06a Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Wed, 18 Jan 2023 12:07:59 +0800 Subject: Set premium pixel sizes --- CheckoutFlickable.ui.qml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CheckoutFlickable.ui.qml b/CheckoutFlickable.ui.qml index 9fe77ae..7cd6f10 100644 --- a/CheckoutFlickable.ui.qml +++ b/CheckoutFlickable.ui.qml @@ -418,18 +418,21 @@ Flickable { Label { text: qsTr("Access 25K Online courses from 120 institutions, Start today!") - Layout.fillWidth: true + font.pixelSize: 21 wrapMode: Text.Wrap + Layout.fillWidth: true } Label { text: qsTr("Here is the description of premium features which will allow users to get benefits and save a lot of money") - Layout.fillWidth: true + font.pixelSize: 15 wrapMode: Text.Wrap + Layout.fillWidth: true } Button { text: qsTr("Purchase Premium") + font.pixelSize: 13 Layout.fillWidth: true } } -- cgit v1.3