summaryrefslogtreecommitdiff
path: root/Shop/Checkout.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 18:30:01 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 18:30:01 +0800
commit2127dd61cda7dcb65b4edd51556158a8e79b0795 (patch)
tree0ccdd70c8b925b4a298bfcb1402917c986054a1b /Shop/Checkout.ui.qml
parent89fcfe5ec1073fd374a8bae3d8457bebd96453c8 (diff)
Just use (BS) Label now instead of Body
Diffstat (limited to 'Shop/Checkout.ui.qml')
-rw-r--r--Shop/Checkout.ui.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Shop/Checkout.ui.qml b/Shop/Checkout.ui.qml
index 84e225c..e500efd 100644
--- a/Shop/Checkout.ui.qml
+++ b/Shop/Checkout.ui.qml
@@ -38,8 +38,9 @@ Flickable {
id: alert
Layout.alignment: Qt.AlignHCenter
- Lbl.Body {
+ Label {
text: qsTr("Already have an account?")
+ wrapMode: Label.Wrap
}
Text {
@@ -119,9 +120,10 @@ Flickable {
Layout.topMargin: 16
}
- Lbl.Body {
+ Label {
text: qsTr("Here is the description of premium features which will allow users to get benefits and save a lot of money")
color: "#ffffff"
+ wrapMode: Label.Wrap
Layout.fillWidth: true
Layout.margins: 16
}