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