aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-24 18:30:41 +0800
committerobscuren <geffobscura@gmail.com>2014-07-24 18:30:41 +0800
commita06a84d19b24da4005bc4d150f071ec4a703521b (patch)
tree68b5ff4d60831d278cea13ea2a95de8af04ff3ed /ethereal/assets/qml
parente7a80ec68165755678647f2d3e9b475d492a70dd (diff)
downloadgo-tangerine-a06a84d19b24da4005bc4d150f071ec4a703521b.tar.gz
go-tangerine-a06a84d19b24da4005bc4d150f071ec4a703521b.tar.zst
go-tangerine-a06a84d19b24da4005bc4d150f071ec4a703521b.zip
Refactored to reflect the new VM and State
Diffstat (limited to 'ethereal/assets/qml')
-rw-r--r--ethereal/assets/qml/wallet.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index a79e4708c..eef49824f 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -249,6 +249,8 @@ ApplicationWindow {
}
TextField {
text: eth.getCustomIdentifier()
+ width: 500
+ placeholderText: "Anonymous"
onTextChanged: {
eth.setCustomIdentifier(text)
}