summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-10 22:15:21 +0100
committerPapoteur <papoteur@mageia.org>2018-12-15 15:46:34 +0100
commitbf07482cb97f2d8ecee48c3b9ea3850244b52433 (patch)
tree57cc791a93a66e485adfdec9a2a82e2436b82b23
parent76906b0a95d0e11bb35dd449253b80c88ce5ce29 (diff)
downloadmageiawelcome-bf07482cb97f2d8ecee48c3b9ea3850244b52433.tar
mageiawelcome-bf07482cb97f2d8ecee48c3b9ea3850244b52433.tar.gz
mageiawelcome-bf07482cb97f2d8ecee48c3b9ea3850244b52433.tar.bz2
mageiawelcome-bf07482cb97f2d8ecee48c3b9ea3850244b52433.tar.xz
mageiawelcome-bf07482cb97f2d8ecee48c3b9ea3850244b52433.zip
Give color to the category list
-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 {