summaryrefslogtreecommitdiff
path: root/Home/Default.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 10:38:54 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-23 10:38:54 +0800
commitd18f2df2d631606a30922148b019b5cef1764f6d (patch)
treebb6e21efd26ccf860dfb149824e069d852961ec0 /Home/Default.ui.qml
parent9a8c9b16fddd96ec2705f64d7023aedcde71d6e5 (diff)
Each header has its own QML
Diffstat (limited to 'Home/Default.ui.qml')
-rw-r--r--Home/Default.ui.qml8
1 files changed, 2 insertions, 6 deletions
diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml
index 4ff99b3..5d1a8ee 100644
--- a/Home/Default.ui.qml
+++ b/Home/Default.ui.qml
@@ -42,13 +42,11 @@ Flickable {
Layout.maximumWidth: body.width < 992
? body.width : body.width / 2
- Lbl.Hx {
+ Lbl.Display6 {
text: bannerTitleText
color: "#24292d"
horizontalAlignment: Text.AlignHCenter
Layout.fillWidth: true
- font.pointSize: 23.6
- + .027 * parent.width
}
Lbl.Body {
@@ -191,14 +189,12 @@ Flickable {
ColumnLayout {
Layout.bottomMargin: 25.6
- Lbl.Hx {
+ Lbl.H1 {
text: qsTr("Most Popular Courses")
color: "#24292d"
horizontalAlignment: Text.AlignHCenter
Layout.fillWidth: true
Layout.bottomMargin: 8
- font.pointSize: 22.5
- + .01875 * parent.width
}
Lbl.Body {