summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-12-22 12:52:25 +0100
committerPapoteur <papoteur@mageia.org>2020-12-22 15:36:28 +0100
commit1a5267d3b2fd9fd67bb2465f983ff8afa7217953 (patch)
tree702a193d0a2559c71914581e9b146860c46f3eaa
parent401ba7242bb5bc7d96632512116d4460cb3c88a2 (diff)
downloadmageiawelcome-1a5267d3b2fd9fd67bb2465f983ff8afa7217953.tar
mageiawelcome-1a5267d3b2fd9fd67bb2465f983ff8afa7217953.tar.gz
mageiawelcome-1a5267d3b2fd9fd67bb2465f983ff8afa7217953.tar.bz2
mageiawelcome-1a5267d3b2fd9fd67bb2465f983ff8afa7217953.tar.xz
mageiawelcome-1a5267d3b2fd9fd67bb2465f983ff8afa7217953.zip
Improve presentation of Live screen: padding
-rw-r--r--qml/Live.qml2
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 {