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
|
||||
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 {
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user