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

@@ -8,12 +8,7 @@ HRectangle {
property bool collapsed: false
property var activeView: null
HColumnLayout {
MembersView {
anchors.fill: parent
MembersView {
Layout.fillHeight: true
Layout.fillWidth: true
}
}
}