aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/views/history.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/history.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/history.qml')
-rw-r--r--ethereal/assets/qml/views/history.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/qml/views/history.qml b/ethereal/assets/qml/views/history.qml
index d8c932f8f..9eee883e3 100644
--- a/ethereal/assets/qml/views/history.qml
+++ b/ethereal/assets/qml/views/history.qml
@@ -7,7 +7,7 @@ import QtQuick.Controls.Styles 1.1
import Ethereum 1.0
Rectangle {
- property var iconFile: "../tx.png"
+ property var iconSource: "../tx.png"
property var title: "Transactions"
property var menuItem