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:
parent
6181583f95
commit
52dbf9b7c8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue