From bf07482cb97f2d8ecee48c3b9ea3850244b52433 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Mon, 10 Dec 2018 22:15:21 +0100 Subject: Give color to the category list --- qml/mw-ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.1