mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 20:40:18 +00:00
fix(StatusModal): reset image/identicon width when loader state has changed
This commit is contained in:
parent
17a4059452
commit
696eeb322a
@ -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…
x
Reference in New Issue
Block a user