mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Changed spaces between installed screenplays
This commit is contained in:
parent
2a854606bc
commit
c6b49092f6
@ -14,11 +14,12 @@ Page {
|
|||||||
id: gridView
|
id: gridView
|
||||||
boundsBehavior: Flickable.DragOverBounds
|
boundsBehavior: Flickable.DragOverBounds
|
||||||
cacheBuffer: 1000
|
cacheBuffer: 1000
|
||||||
maximumFlickVelocity: 7000
|
maximumFlickVelocity: 10000
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
cellWidth: 320
|
cellWidth: 330
|
||||||
cellHeight: 200
|
cellHeight: 200
|
||||||
anchors.margins: 30
|
anchors.margins: 30
|
||||||
|
|
||||||
model: installedListModel
|
model: installedListModel
|
||||||
delegate: ScreenPlayItem {
|
delegate: ScreenPlayItem {
|
||||||
id:delegate
|
id:delegate
|
||||||
@ -48,6 +49,7 @@ Page {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user