diff options
Diffstat (limited to 'qml')
-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 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 { |