1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

some more work on the station config

This commit is contained in:
Michael Zanetti
2012-07-21 15:37:08 +02:00
parent 95b43964df
commit d5935b632f
4 changed files with 127 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ Item {
//highlightMoveDuration: 500
model: dynamicModel
currentIndex: currentlyPlayedIndex
currentIndex: currentlyPlayedIndex >= 0 ? currentlyPlayedIndex : 0
property int pathStartX: width / 2
property int pathStartY: height / 2