diff options
author | Antony Baker <jasperodus@zoho.com> | 2018-12-23 14:32:50 +0000 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-25 10:19:15 +0100 |
commit | 7539ca69a67e6152a3be372b76aeb26d04fe3650 (patch) | |
tree | 3fbd5dfbfe8a7cd5c39c24a3e4efab3a81837a7b | |
parent | f270bcd013057ed48a4f6a0ad85617cf280ee550 (diff) | |
download | mageiawelcome-7539ca69a67e6152a3be372b76aeb26d04fe3650.tar mageiawelcome-7539ca69a67e6152a3be372b76aeb26d04fe3650.tar.gz mageiawelcome-7539ca69a67e6152a3be372b76aeb26d04fe3650.tar.bz2 mageiawelcome-7539ca69a67e6152a3be372b76aeb26d04fe3650.tar.xz mageiawelcome-7539ca69a67e6152a3be372b76aeb26d04fe3650.zip |
Applications: Red repo warnings - chang to a different red, to make it easier to read the black text within.
-rw-r--r-- | qml/mw-ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index ae6d57b..b6dea71 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -594,7 +594,7 @@ Rectangle { Component { id: repotag Rectangle { - color: "red" + color: "#FF4C4C" radius: 3 width: 60; height: 20 Label { |