Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
* Fix: set maximum duration for animtion to show current playing item…
Browse files Browse the repository at this point in the history
… in playlist (#331)
  • Loading branch information
bylee20 committed Apr 26, 2015
1 parent fea21b9 commit 5a4e4cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bomi/imports/bomi/ModelView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ Item {
onSelectedItemChanged: selection.reposition()
onContentYChanged: {selection.reposition(); current.reposition()}
onHeightChanged: {selection.reposition(); current.reposition()}
highlightMoveDuration: 500

highlight: Item { }
currentIndex: -1
Expand Down

0 comments on commit 5a4e4cc

Please sign in to comment.