diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 18:30:01 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 18:30:01 +0800 |
commit | 2127dd61cda7dcb65b4edd51556158a8e79b0795 (patch) | |
tree | 0ccdd70c8b925b4a298bfcb1402917c986054a1b /Course/Detail/Classic/Content/Sidebar/Video.ui.qml | |
parent | 89fcfe5ec1073fd374a8bae3d8457bebd96453c8 (diff) |
Just use (BS) Label now instead of Body
Diffstat (limited to 'Course/Detail/Classic/Content/Sidebar/Video.ui.qml')
-rw-r--r-- | Course/Detail/Classic/Content/Sidebar/Video.ui.qml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Course/Detail/Classic/Content/Sidebar/Video.ui.qml b/Course/Detail/Classic/Content/Sidebar/Video.ui.qml index 0136221..c6ca75f 100644 --- a/Course/Detail/Classic/Content/Sidebar/Video.ui.qml +++ b/Course/Detail/Classic/Content/Sidebar/Video.ui.qml @@ -74,9 +74,10 @@ ColumnLayout { text: priceText } - Lbl.Body { + Label { id: initialPrice text: "$350" + wrapMode: Label.Wrap font.strikeout: true } @@ -128,9 +129,10 @@ ColumnLayout { } } - Lbl.Body { + Label { text: qsTr("5 days left at this price") color: Eduport.bsDanger + wrapMode: Label.Wrap } } } |