fix(CommunitiesListPanel): set uniform icon size

we want same icon sizes here, no matter if there's an image or not

Fixes: #7285
This commit is contained in:
Lukáš Tinkl 2022-09-21 13:19:50 +02:00 committed by Lukáš Tinkl
parent 6181583f95
commit 52dbf9b7c8
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ StatusListView {
asset.isImage: asset.name.includes("data")
asset.isLetterIdenticon: !model.image
asset.bgColor: model.color || Theme.palette.primaryColor1
asset.width: 40
asset.height: 40
visible: model.joined
height: visible ? implicitHeight: 0