~vthompson/music-app/remove-single-item-performance

« back to all changes in this revision

Viewing changes to MusicNowPlaying.qml

  • Committer: Tarmac
  • Author(s): Victor Thompson
  • Date: 2015-01-23 13:31:16 UTC
  • mfrom: (803.1.1 music-app)
  • Revision ID: tarmac-20150123133116-ui6bjofy8ka6z837
* Fix Queue progress hint not being shown.

Approved by Andrew Hayzen, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
721
721
                }
722
722
                color: UbuntuColors.blue
723
723
                height: parent.height
724
 
                width: 0
 
724
                width: player.duration > 0 ? (player.position / player.duration) * playerControlsProgressBar.width : 0
725
725
 
726
726
                Connections {
727
727
                    target: player