[GUI] Tweaks to the identicon behavior
This commit is contained in:
parent
05efa54598
commit
b056b0f499
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ RowLayout {
|
|||
}
|
||||
|
||||
Identicon {
|
||||
name: accountNameField.text
|
||||
name: account && account.name == accountNameField.text? accountNameField.text : ""
|
||||
width: Scaling.cm(2)
|
||||
height: Scaling.cm(2)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue