summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-10 22:15:21 +0100
committerPapoteur <papoteur@mageia.org>2018-12-17 10:19:29 +0100
commitfa5fa70878c63ceacc05e50bd2e1050bc353f953 (patch)
treecde4348c6bae5280317ad4e215fcca2e508f20e8 /qml
parent062c2490cd81ece86c363a60e1dad00258bf119f (diff)
downloadmageiawelcome-fa5fa70878c63ceacc05e50bd2e1050bc353f953.tar
mageiawelcome-fa5fa70878c63ceacc05e50bd2e1050bc353f953.tar.gz
mageiawelcome-fa5fa70878c63ceacc05e50bd2e1050bc353f953.tar.bz2
mageiawelcome-fa5fa70878c63ceacc05e50bd2e1050bc353f953.tar.xz
mageiawelcome-fa5fa70878c63ceacc05e50bd2e1050bc353f953.zip
Give color to the category list
Diffstat (limited to 'qml')
-rw-r--r--qml/mw-ui.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index bf71fee..7581a32 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -483,7 +483,7 @@ It is highly recommended that you update your system regularly. An Update icon w
delegate: Rectangle{
width: parent.width
height: 25
- color:"transparent"
+ color:"#202397D4"
Label {id: catLabel;text: modelData.name ;
color: categoriesList.currentIndex === index ? "white" : "black"}
MouseArea {