[GUI] Tweaks to the identicon behavior

This commit is contained in:
Nathan Hourt 2015-07-15 18:14:48 -04:00
parent 05efa54598
commit b056b0f499

View file

@ -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)
}