~mzanetti/unity8/launcher-follow-unity-api

« back to all changes in this revision

Viewing changes to tests/plugins/Ubuntu/Gestures/RightwardsLauncher.qml

  • Committer: Michael Zanetti
  • Date: 2013-06-26 09:26:51 UTC
  • mfrom: (22.1.24 unity)
  • Revision ID: michael.zanetti@canonical.com-20130626092651-ku85xmvlt2pjgypx
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
        width: units.gu(5)
52
52
 
53
 
        direction: DirectionalDragArea.Rightwards
 
53
        direction: Direction.Rightwards
54
54
        maxDeviation: units.gu(2)
55
55
        wideningAngle: 10
56
56
        distanceThreshold: units.gu(4)