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.ui.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Course/Detail/Classic.ui.qml') diff --git a/Course/Detail/Classic.ui.qml b/Course/Detail/Classic.ui.qml index f2f2e60..710ff59 100644 --- a/Course/Detail/Classic.ui.qml +++ b/Course/Detail/Classic.ui.qml @@ -68,9 +68,10 @@ Flickable { Layout.fillWidth: true } - Lbl.Body { + Label { id: introTitleParagraph text: qsTr("Satisfied conveying a dependent contented he gentleman agreeable do be. Warrant private blushes removed an in equally totally if. Delivered dejection necessary objection do Mr prevailed. Mr feeling does chiefly cordial in do.") + wrapMode: Label.Wrap Layout.fillWidth: true } } -- cgit v1.2.3