diff options
Diffstat (limited to 'Course/Detail/Classic.ui.qml')
-rw-r--r-- | Course/Detail/Classic.ui.qml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Course/Detail/Classic.ui.qml b/Course/Detail/Classic.ui.qml index f09692b..4a1f1a9 100644 --- a/Course/Detail/Classic.ui.qml +++ b/Course/Detail/Classic.ui.qml @@ -42,7 +42,7 @@ Flickable { implicitHeight: introBadge.height radius: 5.2 color: Qt.rgba( .0235, .416, .788, 1.0) - Lbl.Hx { + Lbl.H6 { id: introBadge text: qsTr("Digital Marketing") color: "white" @@ -59,13 +59,11 @@ Flickable { } } - Lbl.Hx { + Lbl.H1 { id: introTitleHeader text: qsTr("The Complete Digital Marketing Course - 12 Courses in 1") color: "#24292d" Layout.fillWidth: true - font.pointSize: 22.5 - + .01875 * parent.width } Lbl.Body { |