From 5ebf0606a958808f052a3f826e77f3e17161367d Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 5 Jan 2019 19:23:55 +0100 Subject: Install sources: give more space to text --- qml/mw-ui.qml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'qml/mw-ui.qml') diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index 2153e70..c29fadb 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -97,7 +97,7 @@ Rectangle { Column { anchors.left: parent.left anchors.leftMargin: 20 - y: 35 + y: 10 Label { text: qsTr("Configure software repositories"); font.bold: true; color: "white" } Label { text: qsTr("Mageia official repositories contain:"); @@ -125,7 +125,7 @@ Rectangle { Label { text: qsTr("- the free-open-source packages"); wrapMode: Text.WordWrap - Layout.maximumWidth: slideshow.width * .6 + Layout.maximumWidth: slideshow.width -110 color: "white" } @@ -150,7 +150,7 @@ Rectangle { Label { width: parent.width text: qsTr("- closed-source programs, e.g. Nvidia proprietary drivers, non-free drivers for some Wi-Fi cards, etc"); - Layout.maximumWidth: slideshow.width * .8 + Layout.maximumWidth: slideshow.width - 110 wrapMode: Text.WordWrap color: "white" } @@ -175,7 +175,7 @@ Rectangle { Label { text: qsTr("- these packages (eg audio and video codecs needed for certain multimedia files or commercial DVDs) may infringe on patents or copyright laws in certain countries. "); wrapMode: Text.WordWrap - Layout.maximumWidth: slideshow.width * .8 + Layout.maximumWidth: slideshow.width -110 color: "white" } Rectangle {id: backports @@ -197,11 +197,11 @@ Rectangle { Label { text: qsTr("- includes software published after a Mageia release, or another version of software already present and not replaced."); wrapMode: Text.WordWrap - Layout.maximumWidth: slideshow.width * .8 + Layout.maximumWidth: slideshow.width -110 color: "white" } Button { - Layout.maximumWidth: slideshow.width * .25 + Layout.maximumWidth: slideshow.width * .40 Layout.columnSpan: 2 Layout.alignment: Qt.AlignHCenter objectName: "launch" @@ -233,7 +233,7 @@ Rectangle { textFormat: Text.RichText color: "white" Layout.fillWidth: true - Layout.maximumWidth: slideshow.width * .85 + Layout.maximumWidth: slideshow.width - 110 } } -- cgit v1.2.1