From 1a5267d3b2fd9fd67bb2465f983ff8afa7217953 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 22 Dec 2020 12:52:25 +0100 Subject: Improve presentation of Live screen: padding --- qml/Live.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qml') 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 { -- cgit v1.2.1