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:23:55 +0100
commit1dcffc65c710e2401f654c325a88b224de226ce1 (patch)
treebbb3c5fcebd67502a28fdb39faee4409e0020f1a
parentc0e2fa1e9d1d49247458aa5e94bab81f2b087d09 (diff)
downloadmageiawelcome-1dcffc65c710e2401f654c325a88b224de226ce1.tar
mageiawelcome-1dcffc65c710e2401f654c325a88b224de226ce1.tar.gz
mageiawelcome-1dcffc65c710e2401f654c325a88b224de226ce1.tar.bz2
mageiawelcome-1dcffc65c710e2401f654c325a88b224de226ce1.tar.xz
mageiawelcome-1dcffc65c710e2401f654c325a88b224de226ce1.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
}
}