Fix HListView delegate height bug

Remove the populate transition animation, responsible for the glitch
where items overlap each others
This commit is contained in:
miruka
2019-05-17 15:18:46 -04:00
parent 5ab588f40c
commit 82edb4fc29
4 changed files with 2 additions and 18 deletions

View File

@@ -7,10 +7,6 @@ ListView {
NumberAnimation { properties: "x,y"; from: 100; duration: duration }
}
populate: Transition {
NumberAnimation { properties: "x,y"; duration: duration }
}
move: Transition {
NumberAnimation { properties: "x,y"; duration: duration }
}