summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-12-21 19:47:02 +0100
committerPapoteur <papoteur@mageia.org>2020-12-22 15:36:28 +0100
commit602311f3c2f60f28998b66b42623e1daf44375ee (patch)
tree5e0bd113e0cec67c64ed8072144faf3c76c4a68f /qml
parentb1e59b8d2579b8f2893407487c255b0d83a277ed (diff)
downloadmageiawelcome-602311f3c2f60f28998b66b42623e1daf44375ee.tar
mageiawelcome-602311f3c2f60f28998b66b42623e1daf44375ee.tar.gz
mageiawelcome-602311f3c2f60f28998b66b42623e1daf44375ee.tar.bz2
mageiawelcome-602311f3c2f60f28998b66b42623e1daf44375ee.tar.xz
mageiawelcome-602311f3c2f60f28998b66b42623e1daf44375ee.zip
Enlarge text in Install screen
Diffstat (limited to '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 28333e5..238c22c 100644
--- a/qml/Install.qml
+++ b/qml/Install.qml
@@ -19,6 +19,7 @@ Rectangle {
textFormat: Text.RichText
wrapMode: Text.WordWrap
color: "white"
+ width: view.width * 0.8
}
Image {