summaryrefslogtreecommitdiff
path: root/Shop/Course.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/Course.ui.qml
parent89fcfe5ec1073fd374a8bae3d8457bebd96453c8 (diff)
Just use (BS) Label now instead of Body
Diffstat (limited to 'Shop/Course.ui.qml')
-rw-r--r--Shop/Course.ui.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Shop/Course.ui.qml b/Shop/Course.ui.qml
index 502fbab..5aaf8d0 100644
--- a/Shop/Course.ui.qml
+++ b/Shop/Course.ui.qml
@@ -62,13 +62,14 @@ ColumnLayout {
Item {
Layout.fillWidth: true
Layout.topMargin: 16
- Lbl.Body {
+ Label {
anchors {
top: parent.top
left: parent.left
bottom: parent.bottom
}
text: priceText
+ wrapMode: Label.Wrap
}
}
}