From 2127dd61cda7dcb65b4edd51556158a8e79b0795 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, 12 Apr 2023 18:30:01 +0800 Subject: Just use (BS) Label now instead of Body --- Course/Detail/Classic/Content/Sidebar/Video.ui.qml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Course/Detail/Classic/Content/Sidebar') 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 } } } -- cgit v1.2.3