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:
parent
88adcf9ad5
commit
ea6b990cb3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user