diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-18 12:07:59 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-18 12:07:59 +0800 |
commit | c2af320f606ad0d48821dbf7019b9965bad3d06a (patch) | |
tree | fbfb542af412ba0d9cf28cfe8dd4591106c31ebb | |
parent | 66ae0180be1f658692eeb518e858b62e62b246c7 (diff) |
Set premium pixel sizes
-rw-r--r-- | CheckoutFlickable.ui.qml | 7 |
1 files 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 } } |