diff options
Diffstat (limited to 'Course/Detail/Classic.ui.qml')
-rw-r--r-- | Course/Detail/Classic.ui.qml | 3 |
1 files changed, 2 insertions, 1 deletions
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 } } |