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/Main/TabContents/Instructor.ui.qml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Course/Detail/Classic/Content/Main/TabContents') diff --git a/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml b/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml index 931e439..bff0110 100644 --- a/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml +++ b/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml @@ -30,9 +30,10 @@ ColumnLayout { text: qsTr("Louis Ferguson") } - Lbl.Body { + Label { Layout.bottomMargin: 8 text: qsTr("Instructor of Marketing") + wrapMode: Label.Wrap } /* GridLayout { @@ -59,9 +60,10 @@ ColumnLayout { text: qsTr("About Instructor") } - Lbl.Body { + Label { Layout.fillWidth: true Layout.bottomMargin: 16 text: qsTr("Fulfilled direction use continual set him propriety continued. Saw met applauded favorite deficient engrossed concealed and her. Concluded boy perpetual old supposing. Farther related bed and passage comfort civilly. Dashboard see frankness objection abilities. As hastened oh produced prospect formerly up am. Placing forming nay looking old married few has. Margaret disposed of add screened rendered six say his striking confined. As it so contrasted oh estimating instrument. Size like body someone had. Are conduct viewing boy minutes warrant the expense? Tolerably behavior may admit daughters offending her ask own. Praise effect wishes change way and any wanted.") + wrapMode: Label.Wrap } } -- cgit v1.2.3