summaryrefslogtreecommitdiffstats
path: root/qml/Install.qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-08-16 07:37:28 +0200
committerPapoteur <papoteur@mageia.org>2020-08-16 07:37:28 +0200
commite7408155372c25231e3313fd971f2bcabb13db91 (patch)
tree08134c9f0b74b190d180bc317661253bd72a6e54 /qml/Install.qml
parent4620f92633181153b525f3d772843614f2db7aff (diff)
downloadmageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.tar
mageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.tar.gz
mageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.tar.bz2
mageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.tar.xz
mageiawelcome-e7408155372c25231e3313fd971f2bcabb13db91.zip
Continue previous improvement
Diffstat (limited to 'qml/Install.qml')
-rw-r--r--qml/Install.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/Install.qml b/qml/Install.qml
index b8da993..28333e5 100644
--- a/qml/Install.qml
+++ b/qml/Install.qml
@@ -17,6 +17,7 @@ Rectangle {
anchors.horizontalCenter: parent.horizontalCenter
text: qsTr("Here you can choose to permanently install this Mageia system on your computer. Any customizations you have made before launching the installer will be included.");
textFormat: Text.RichText
+ wrapMode: Text.WordWrap
color: "white"
}