fix(StatusModal): reset image/identicon width when loader state has changed

This commit is contained in:
Pascal Precht 2021-07-21 11:46:22 +02:00 committed by Michał Cieślak
parent 17a4059452
commit 696eeb322a
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ Row {
Loader {
id: iconOrImage
anchors.verticalCenter: parent.verticalCenter
width: active ? 40 : 0
sourceComponent: {
if (statusImageWithTitle.icon.isLetterIdenticon) {
return statusLetterIdenticon