~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to qml/Dash/PreviewListView.qml

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
import Ubuntu.Components 0.1
19
19
import Unity 0.2
20
20
import "../Components"
21
 
import "../Components/Flickables" as Flickables
22
21
import "Previews" as Previews
23
22
 
24
23
Item {
53
52
        onBackClicked: root.backClicked()
54
53
    }
55
54
 
56
 
    Flickables.ListView {
 
55
    ListView  {
57
56
        id: previewListView
58
57
        objectName: "listView"
59
58
        anchors {
67
66
        snapMode: ListView.SnapOneItem
68
67
        boundsBehavior: Flickable.DragAndOvershootBounds
69
68
        highlightMoveDuration: 250
 
69
        flickDeceleration: units.gu(625)
 
70
        maximumFlickVelocity: width * 5
70
71
        cacheBuffer: 0
71
72
 
72
73
        property bool open: false