blue backgrounds on pressing list items
This commit is contained in:
parent
abeae86696
commit
c935d2a188
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue