aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-24 20:16:25 +0800
committerobscuren <geffobscura@gmail.com>2014-07-24 20:16:25 +0800
commit0ca776a6b80097e34006f26fd934ed5f388e68f8 (patch)
tree1141beffce619b3fb11676019385312d92b27c00 /ethereal/assets/qml
parente7a80ec68165755678647f2d3e9b475d492a70dd (diff)
parent2e39efbe7c487fd605de0f6915bcae789138fb7e (diff)
downloadgo-tangerine-0ca776a6b80097e34006f26fd934ed5f388e68f8.tar
go-tangerine-0ca776a6b80097e34006f26fd934ed5f388e68f8.tar.gz
go-tangerine-0ca776a6b80097e34006f26fd934ed5f388e68f8.tar.bz2
go-tangerine-0ca776a6b80097e34006f26fd934ed5f388e68f8.tar.lz
go-tangerine-0ca776a6b80097e34006f26fd934ed5f388e68f8.tar.xz
go-tangerine-0ca776a6b80097e34006f26fd934ed5f388e68f8.tar.zst
go-tangerine-0ca776a6b80097e34006f26fd934ed5f388e68f8.zip
Merge branch 'feature/new_vm' into develop
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)
}