Fix HListView delegate height bug
Remove the populate transition animation, responsible for the glitch where items overlap each others
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
|
Reference in New Issue
Block a user