summaryrefslogtreecommitdiff
path: root/Home/Default.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Home/Default.ui.qml')
-rw-r--r--Home/Default.ui.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml
index 95e0a1f..039063e 100644
--- a/Home/Default.ui.qml
+++ b/Home/Default.ui.qml
@@ -53,11 +53,12 @@ Flickable {
Layout.fillWidth: true
}
- Lbl.Body {
+ Label {
text: bannerContentText
horizontalAlignment: Text.AlignHCenter
Layout.fillWidth: true
font.pointSize: Eduport.leadFontSize
+ wrapMode: Label.Wrap
}
Button {
@@ -199,10 +200,11 @@ Flickable {
Layout.bottomMargin: 8
}
- Lbl.Body {
+ Label {
text: qsTr("Choose from hundreds of courses from specialist organizations")
horizontalAlignment: Text.AlignHCenter
Layout.fillWidth: true
+ wrapMode: Label.Wrap
}
}