summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-01-05 19:23:55 +0100
committerPapoteur <papoteur@mageia.org>2019-01-05 19:28:22 +0100
commit5ebf0606a958808f052a3f826e77f3e17161367d (patch)
tree5b0e9cd2a5c9387da8e5009a888eb0451f9bfd11
parentbf65a662f3cfc84d3fabd2b8adb73156fd26a727 (diff)
downloadmageiawelcome-5ebf0606a958808f052a3f826e77f3e17161367d.tar
mageiawelcome-5ebf0606a958808f052a3f826e77f3e17161367d.tar.gz
mageiawelcome-5ebf0606a958808f052a3f826e77f3e17161367d.tar.bz2
mageiawelcome-5ebf0606a958808f052a3f826e77f3e17161367d.tar.xz
mageiawelcome-5ebf0606a958808f052a3f826e77f3e17161367d.zip
Install sources: give more space to text
-rw-r--r--qml/mw-ui.qml14
1 files changed, 7 insertions, 7 deletions
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
}
}