summaryrefslogtreecommitdiffstats
path: root/qml/mw-ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r--qml/mw-ui.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index d7f75a1..ae6d57b 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -64,14 +64,16 @@ Rectangle {
Label {
//: the %1 will be replaced with the user name
+ anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: TextInput.AlignHCenter
- x:85
text: qsTr("Welcome to Mageia, %1").arg(user)+'\n'
- font.bold: true; font.pointSize: 14
+ font.weight: Font.DemiBold
+ font.pixelSize: Qt.application.font.pixelSize * 1.5
}
Label {
horizontalAlignment: TextInput.AlignHCenter
+ anchors.horizontalCenter: parent.horizontalCenter
text: qsTr("We are going to guide you through a few important steps and help<BR />you with the configuration of your newly installed system.<BR /><BR />Now, click on <i>Media sources</i> to go to the first step.");
textFormat: Text.RichText
}