Account for padding in itemHeight
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
f506cf615b
commit
c539c38699
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export class MemberListView extends TemplateView {
|
|||
return t.view(new LazyListView({
|
||||
list: vm.memberTileViewModels,
|
||||
className: "MemberListView",
|
||||
itemHeight: 32
|
||||
itemHeight: 40
|
||||
}, tileViewModel => new MemberTileView(tileViewModel)));
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue