summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-29 11:08:49 +0100
committerPapoteur <papoteur@mageia.org>2018-12-29 11:08:49 +0100
commitebc17444aebb15c7c380dbe1b04dce96488d1f4a (patch)
tree1a88cc37d402ebb0e5f84bc57f6f2c29df58464a
parent32ccba32b7582f73c5c31ceaa74799c26c31387b (diff)
downloadmageiawelcome-ebc17444aebb15c7c380dbe1b04dce96488d1f4a.tar
mageiawelcome-ebc17444aebb15c7c380dbe1b04dce96488d1f4a.tar.gz
mageiawelcome-ebc17444aebb15c7c380dbe1b04dce96488d1f4a.tar.bz2
mageiawelcome-ebc17444aebb15c7c380dbe1b04dce96488d1f4a.tar.xz
mageiawelcome-ebc17444aebb15c7c380dbe1b04dce96488d1f4a.zip
Applications: colors of categories
-rw-r--r--qml/mw-ui.qml7
1 files changed, 4 insertions, 3 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index 27ec398..ba2eeca 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -489,7 +489,7 @@ Rectangle {
width: 190
height: Qt.application.font.pixelSize + 16
anchors.horizontalCenter: parent.horizontalCenter
- color: "#2397D4"
+ color: "#262F45"
y: categoriesList.currentItem.y;
}
}
@@ -514,12 +514,13 @@ Rectangle {
delegate: Rectangle{
width: parent.width
height: Qt.application.font.pixelSize + 16
- color:"#202397D4"
+ color:"#20FFFFFF"
Label {id: catLabel;
anchors.horizontalCenter: parent.horizontalCenter
text: modelData.name ;
padding: 7
- color: categoriesList.currentIndex === index ? "white" : "black"}
+ color: "white"
+ }
MouseArea {
anchors.centerIn: parent
width: parent.width