diff options
author | Papoteur <papoteur@mageia.org> | 2020-12-22 12:52:25 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-12-22 15:36:28 +0100 |
commit | 1a5267d3b2fd9fd67bb2465f983ff8afa7217953 (patch) | |
tree | 702a193d0a2559c71914581e9b146860c46f3eaa /qml | |
parent | 401ba7242bb5bc7d96632512116d4460cb3c88a2 (diff) | |
download | mageiawelcome-1a5267d3b2fd9fd67bb2465f983ff8afa7217953.tar mageiawelcome-1a5267d3b2fd9fd67bb2465f983ff8afa7217953.tar.gz mageiawelcome-1a5267d3b2fd9fd67bb2465f983ff8afa7217953.tar.bz2 mageiawelcome-1a5267d3b2fd9fd67bb2465f983ff8afa7217953.tar.xz mageiawelcome-1a5267d3b2fd9fd67bb2465f983ff8afa7217953.zip |
Improve presentation of Live screen: padding
Diffstat (limited to 'qml')
-rw-r--r-- | qml/Live.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qml/Live.qml b/qml/Live.qml index cf51754..675bf98 100644 --- a/qml/Live.qml +++ b/qml/Live.qml @@ -25,6 +25,7 @@ Rectangle { width: slideshow.width text:qsTr('This mode allows you to try out Mageia without having to actually install it, or make any changes to your computer. However, the Live media also includes an Installer, which can be started when booting the media, or after booting into Live mode, like now.') wrapMode: Text.WordWrap;textFormat: Text.RichText + padding: 20 color: "white" } Label { @@ -33,6 +34,7 @@ Rectangle { width: slideshow.width text:qsTr("Any customization, including installation of additional software, will only survive until you reboot the system, unless you have added a persistence partition.") wrapMode: Text.WordWrap;textFormat: Text.RichText + padding: 20 color: "white" } MButton { |