diff options
author | Papoteur <papoteur@mageia.org> | 2020-12-21 19:47:02 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-12-22 15:36:28 +0100 |
commit | 602311f3c2f60f28998b66b42623e1daf44375ee (patch) | |
tree | 5e0bd113e0cec67c64ed8072144faf3c76c4a68f | |
parent | b1e59b8d2579b8f2893407487c255b0d83a277ed (diff) | |
download | mageiawelcome-602311f3c2f60f28998b66b42623e1daf44375ee.tar mageiawelcome-602311f3c2f60f28998b66b42623e1daf44375ee.tar.gz mageiawelcome-602311f3c2f60f28998b66b42623e1daf44375ee.tar.bz2 mageiawelcome-602311f3c2f60f28998b66b42623e1daf44375ee.tar.xz mageiawelcome-602311f3c2f60f28998b66b42623e1daf44375ee.zip |
Enlarge text in Install screen
-rw-r--r-- | qml/Install.qml | 1 |
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 { |