fix(StatusModal): reset image/identicon width when loader state has changed
This commit is contained in:
parent
ca6fb2b9e4
commit
e4e7ebe3cd
|
@ -30,6 +30,7 @@ Row {
|
||||||
Loader {
|
Loader {
|
||||||
id: iconOrImage
|
id: iconOrImage
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
width: active ? 40 : 0
|
||||||
sourceComponent: {
|
sourceComponent: {
|
||||||
if (statusImageWithTitle.icon.isLetterIdenticon) {
|
if (statusImageWithTitle.icon.isLetterIdenticon) {
|
||||||
return statusLetterIdenticon
|
return statusLetterIdenticon
|
||||||
|
|
Loading…
Reference in New Issue