This commit is contained in:
Felix Kauselmann
2015-05-22 17:29:19 +02:00
parent de49a17f85
commit 5b70ebeaad
8 changed files with 133 additions and 85 deletions

View File

@ -339,6 +339,12 @@ Rectangle {
currentIndex: 0
cacheBuffer: 0
footer: Rectangle { //fix for the scroll issue, TODO find what causes the issue (some times the bottoms cells are hidden for the toolbar, no full scroll)
height : 25
width : parent.width
color : backgroundColor
}
move: Transition {
NumberAnimation { properties: "x,y"; duration: 250 }
}