blue backgrounds on pressing list items

This commit is contained in:
Hauke Schade 2012-12-04 21:53:58 +01:00
parent abeae86696
commit c935d2a188
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ Page {
anchors.leftMargin: -listView.anchors.leftMargin
anchors.rightMargin: -listView.anchors.rightMargin
visible: mouseArea.pressed
source: "image://theme/color15-meegotouch-list-background-selected-center"
source: "image://theme/meegotouch-list-background-selected-center"
}
Row {

View file

@ -42,7 +42,7 @@ Page {
anchors.leftMargin: -listView.anchors.leftMargin
anchors.rightMargin: -listView.anchors.rightMargin
visible: mouseArea.pressed
source: "image://theme/color15-meegotouch-list-background-selected-center"
source: "image://theme/meegotouch-list-background-selected-center"
}
Row {