From 016cc48244df2f6d3921008f6ff2cfb5e0555b1a Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 8 Dec 2018 12:36:40 +0100 Subject: Improve presentation: recommendation in italic --- qml/mw-ui.qml | 3 +++ 1 file changed, 3 insertions(+) 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 } } } -- cgit v1.2.1