aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/views/wallet.qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-08-21 05:52:33 +0800
committerobscuren <geffobscura@gmail.com>2014-08-21 05:52:33 +0800
commit7c65560f20d31f4b56cce3d3f8aee918c03dba14 (patch)
treef2dd4ed70b07714ee824dd3651c894add3457976 /ethereal/assets/qml/views/wallet.qml
parent245ffb1123b58bc63ee8eae6b5250001c4a427c8 (diff)
downloadgo-tangerine-7c65560f20d31f4b56cce3d3f8aee918c03dba14.tar
go-tangerine-7c65560f20d31f4b56cce3d3f8aee918c03dba14.tar.gz
go-tangerine-7c65560f20d31f4b56cce3d3f8aee918c03dba14.tar.bz2
go-tangerine-7c65560f20d31f4b56cce3d3f8aee918c03dba14.tar.lz
go-tangerine-7c65560f20d31f4b56cce3d3f8aee918c03dba14.tar.xz
go-tangerine-7c65560f20d31f4b56cce3d3f8aee918c03dba14.tar.zst
go-tangerine-7c65560f20d31f4b56cce3d3f8aee918c03dba14.zip
Changed icon source
Diffstat (limited to 'ethereal/assets/qml/views/wallet.qml')
-rw-r--r--ethereal/assets/qml/views/wallet.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereal/assets/qml/views/wallet.qml b/ethereal/assets/qml/views/wallet.qml
index b626ff678..5e10a7022 100644
--- a/ethereal/assets/qml/views/wallet.qml
+++ b/ethereal/assets/qml/views/wallet.qml
@@ -9,14 +9,14 @@ import Ethereum 1.0
Rectangle {
id: root
property var title: "Wallet"
- property var iconFile: "../wallet.png"
+ property var iconSource: "../wallet.png"
property var menuItem
objectName: "walletView"
anchors.fill: parent
function onReady() {
- menuItem.secondary = eth.numberToHuman(eth.balanceAt(eth.key().address))
+ menuItem.secondaryTitle = eth.numberToHuman(eth.balanceAt(eth.key().address))
}
ListModel {