diff --git a/qml/Components/Installed.qml b/qml/Components/Installed.qml index b26c5318..f21924a6 100644 --- a/qml/Components/Installed.qml +++ b/qml/Components/Installed.qml @@ -14,11 +14,12 @@ Page { id: gridView boundsBehavior: Flickable.DragOverBounds cacheBuffer: 1000 - maximumFlickVelocity: 7000 + maximumFlickVelocity: 10000 anchors.fill: parent - cellWidth: 320 + cellWidth: 330 cellHeight: 200 anchors.margins: 30 + model: installedListModel delegate: ScreenPlayItem { id:delegate @@ -48,6 +49,7 @@ Page { + }