1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Fix cell sizes

This commit is contained in:
kelteseth 2017-11-16 15:02:38 +01:00
parent 88adcf9ad5
commit ea6b990cb3

View File

@ -62,9 +62,9 @@ CustomPage {
maximumFlickVelocity: 7000 maximumFlickVelocity: 7000
flickDeceleration: 5000 flickDeceleration: 5000
anchors.fill: parent anchors.fill: parent
cellWidth: 330 cellWidth: 340
cacheBuffer: 10000 cacheBuffer: 10000
cellHeight: 190 cellHeight: 200
anchors { anchors {
topMargin: 0 topMargin: 0
rightMargin: 0 rightMargin: 0