From c2af320f606ad0d48821dbf7019b9965bad3d06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= 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.2.3