summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}
}
}