highlight FeedItemDelegate according to selectedstate
This commit is contained in:
parent
6eb639d8e2
commit
53da1b8e11
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@ import Sailfish.Silica 1.0
|
|||
ListItem {
|
||||
id: listItem
|
||||
signal remorseRunning(bool running)
|
||||
property bool selected: model.selected
|
||||
|
||||
|
||||
highlighted: down || menuOpen || selected
|
||||
|
||||
contentHeight: content.height + contentRow.anchors.topMargin
|
||||
+ contentRow.anchors.bottomMargin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue