From 9b3bbae2301c5700a9cc0dfd0ed1d0ad0302627e Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 5 Jan 2019 18:59:41 +0100 Subject: Applications: Specify color of warn text. --- qml/mw-ui.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qml') diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index fa28eba..2153e70 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -512,6 +512,8 @@ Rectangle { text: qsTr("Here is a small selection of popular applications - any of which may be installed or launched at this point.")+"
"+qsTr("Ensure that you have enabled the Media sources.") textFormat: Text.RichText wrapMode: Text.WordWrap + color: "black" + font.bold: true } } Row { -- cgit v1.2.1