summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-08 12:36:40 +0100
committerPapoteur <papoteur@mageia.org>2018-12-15 15:46:34 +0100
commit016cc48244df2f6d3921008f6ff2cfb5e0555b1a (patch)
treef7b28518b6bfb4ca7062afaa8345a20b6be2dbee
parent8aa8737f8ba5a30125b6799335346bed6f9c2fb9 (diff)
downloadmageiawelcome-016cc48244df2f6d3921008f6ff2cfb5e0555b1a.tar
mageiawelcome-016cc48244df2f6d3921008f6ff2cfb5e0555b1a.tar.gz
mageiawelcome-016cc48244df2f6d3921008f6ff2cfb5e0555b1a.tar.bz2
mageiawelcome-016cc48244df2f6d3921008f6ff2cfb5e0555b1a.tar.xz
mageiawelcome-016cc48244df2f6d3921008f6ff2cfb5e0555b1a.zip
Improve presentation: recommendation in italic
-rw-r--r--qml/mw-ui.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index b7afece..a32742c 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -143,6 +143,7 @@ and help you with the configuration of your newly installed system.
text: "(*) Administrator password is needed"
Layout.maximumWidth: slideshow.width * .25
wrapMode: Text.WordWrap
+ font.italic: true
}
Rectangle {id: noteBg
color: "yellow";
@@ -199,6 +200,7 @@ It is highly recommended that you update your system regularly. An Update icon w
Label {
text: qsTr("(*) User password is needed")
wrapMode: Text.WordWrap
+ font.italic: true
}
}
@@ -254,6 +256,7 @@ It is highly recommended that you update your system regularly. An Update icon w
text: qsTr("(*) Administrator password is needed")
wrapMode: Text.WordWrap
width: view.width * .3;
+ font.italic: true
}
}
}