~ubuntu-branches/ubuntu/vivid/gpodder/vivid-proposed

« back to all changes in this revision

Viewing changes to share/gpodder/ui/qml/PlaybackBarProgress.qml

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2014-07-26 20:43:14 UTC
  • mfrom: (5.2.33 sid)
  • Revision ID: package-import@ubuntu.com-20140726204314-kz4v2tyeeg7oj43y
Tags: 3.8.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
    MouseArea {
115
115
        id: mouseArea
116
116
 
117
 
        /**
118
 
         * Fix to prevent page switch gesture on Sailfish Silica, see
119
 
         * https://lists.sailfishos.org/pipermail/devel/2013-March/000022.html
120
 
         **/
121
 
        drag {
122
 
            axis: Drag.XAxis
123
 
            target: Item {}
124
 
        }
125
 
 
126
117
        anchors.fill: parent
127
118
        onClicked: {
128
119
            root.setProgress(mouse.x / root.width)