summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-01-05 18:59:41 +0100
committerPapoteur <papoteur@mageia.org>2019-01-05 19:28:22 +0100
commit9b3bbae2301c5700a9cc0dfd0ed1d0ad0302627e (patch)
treeb831c93ccb0d9d579171164aa4f22858d5da0a35
parentde7fd4c2ac2485043d0b2f7c61cb84a2f5cd4efc (diff)
downloadmageiawelcome-9b3bbae2301c5700a9cc0dfd0ed1d0ad0302627e.tar
mageiawelcome-9b3bbae2301c5700a9cc0dfd0ed1d0ad0302627e.tar.gz
mageiawelcome-9b3bbae2301c5700a9cc0dfd0ed1d0ad0302627e.tar.bz2
mageiawelcome-9b3bbae2301c5700a9cc0dfd0ed1d0ad0302627e.tar.xz
mageiawelcome-9b3bbae2301c5700a9cc0dfd0ed1d0ad0302627e.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 {