diff options
author | Papoteur <papoteur@mageia.org> | 2019-01-05 18:59:41 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-01-05 19:28:22 +0100 |
commit | 9b3bbae2301c5700a9cc0dfd0ed1d0ad0302627e (patch) | |
tree | b831c93ccb0d9d579171164aa4f22858d5da0a35 /qml/mw-ui.qml | |
parent | de7fd4c2ac2485043d0b2f7c61cb84a2f5cd4efc (diff) | |
download | mageiawelcome-9b3bbae2301c5700a9cc0dfd0ed1d0ad0302627e.tar mageiawelcome-9b3bbae2301c5700a9cc0dfd0ed1d0ad0302627e.tar.gz mageiawelcome-9b3bbae2301c5700a9cc0dfd0ed1d0ad0302627e.tar.bz2 mageiawelcome-9b3bbae2301c5700a9cc0dfd0ed1d0ad0302627e.tar.xz mageiawelcome-9b3bbae2301c5700a9cc0dfd0ed1d0ad0302627e.zip |
Applications: Specify color of warn text.
Diffstat (limited to 'qml/mw-ui.qml')
-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 { |