diff options
-rw-r--r-- | qml/mw-ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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.")+"<BR />"+qsTr("Ensure that you have enabled the <i>Media sources</i>.") textFormat: Text.RichText wrapMode: Text.WordWrap + color: "black" + font.bold: true } } Row { |