summaryrefslogtreecommitdiffstats
path: root/qml/Live.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/Live.qml')
-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 {