1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Changed spaces between installed screenplays

This commit is contained in:
kelteseth 2017-04-13 08:23:17 +02:00
parent 2a854606bc
commit c6b49092f6

View File

@ -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 {
}