From e7408155372c25231e3313fd971f2bcabb13db91 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 16 Aug 2020 07:37:28 +0200 Subject: Continue previous improvement --- qml/Welcome.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qml/Welcome.qml') diff --git a/qml/Welcome.qml b/qml/Welcome.qml index 8d9ea7d..6851b52 100644 --- a/qml/Welcome.qml +++ b/qml/Welcome.qml @@ -24,10 +24,12 @@ import QtQuick.Controls 1 Label { horizontalAlignment: TextInput.AlignHCenter anchors.horizontalCenter: parent.horizontalCenter + width: slideshow.width * .6 text: (user == 'live' ? qsTr("We are going to guide you through a few important pieces of information and
help you to go further with Mageia.

Now, click on %1 to go to the first step.").arg(qsTr("Live mode")) : qsTr("We are going to guide you through some important steps and help
you with the configuration of your newly installed system.

Now, click on %1 to go to the first step.").arg(qsTr("Media sources"))); - wrapMode: Text.WordWrap;textFormat:textFormat: Text.RichText + wrapMode: Text.WordWrap + textFormat: Text.RichText color: "white" } } -- cgit v1.2.1