summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-01-05 18:59:41 +0100
committerPapoteur <papoteur@mageia.org>2019-01-05 18:59:41 +0100
commit23d9a59030a501a4f223a23ea88b582506573478 (patch)
treefdd5c3a22ffb97392dbc3194d2ad77471fa44ed3
parentb63a8f85970347aeac4902205cca2bd3278fb161 (diff)
downloadmageiawelcome-23d9a59030a501a4f223a23ea88b582506573478.tar
mageiawelcome-23d9a59030a501a4f223a23ea88b582506573478.tar.gz
mageiawelcome-23d9a59030a501a4f223a23ea88b582506573478.tar.bz2
mageiawelcome-23d9a59030a501a4f223a23ea88b582506573478.tar.xz
mageiawelcome-23d9a59030a501a4f223a23ea88b582506573478.zip
Applications: Specify color of warn text.
-rw-r--r--qml/mw-ui.qml2
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 {