splash of color
This commit is contained in:
parent
52b67ecda9
commit
41ab2d3918
|
@ -26,8 +26,10 @@ ListView {
|
||||||
width: (modelData.active) ? 50 : 40
|
width: (modelData.active) ? 50 : 40
|
||||||
height: 10
|
height: 10
|
||||||
radius: height / 2
|
radius: height / 2
|
||||||
border.width: 1
|
border.width: 2
|
||||||
border.color: (modelData.active) ? "#FFF8C8DC" : (modelData.visible) ? "#3399FF" : "#FFFFFF"
|
color: (modelData.active) ? "#0099DD" : (modelData.visible) ? "#227722" : "#222222"
|
||||||
|
/* border.color: (modelData.active) ? "#AACCFF" : (modelData.visible) ? "#3399FF" : "#FFFFFF" */
|
||||||
|
border.color: "#999999"
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue