diff options
author | Papoteur <papoteur@mageia.org> | 2018-12-08 12:36:40 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-17 10:19:29 +0100 |
commit | 24c72169d79aa1078e2d247f622076b6e377c165 (patch) | |
tree | 70b7ea7167dc40b1aeb8033058ead9a26df7fc7d /qml/mw-ui.qml | |
parent | f572c52bb8438a343759546e7ea109642a67fadd (diff) | |
download | mageiawelcome-24c72169d79aa1078e2d247f622076b6e377c165.tar mageiawelcome-24c72169d79aa1078e2d247f622076b6e377c165.tar.gz mageiawelcome-24c72169d79aa1078e2d247f622076b6e377c165.tar.bz2 mageiawelcome-24c72169d79aa1078e2d247f622076b6e377c165.tar.xz mageiawelcome-24c72169d79aa1078e2d247f622076b6e377c165.zip |
Improve presentation: recommendation in italic
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r-- | qml/mw-ui.qml | 3 |
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 } } } |