Fix account bar scrolling
All delegates must have the same padding, or the ListView doesn't know how to scroll to a certain index anymore
This commit is contained in:
@@ -33,9 +33,10 @@ HListView {
|
||||
section.property: "for_account"
|
||||
section.labelPositioning:
|
||||
ViewSection.InlineLabels | ViewSection.CurrentLabelAtStart
|
||||
|
||||
section.delegate: Account {
|
||||
accountModel: ModelStore.get("accounts").find(section)
|
||||
width: roomList.width
|
||||
accountModel: ModelStore.get("accounts").find(section)
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user