diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-21 05:52:33 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-21 05:52:33 +0800 |
commit | 7c65560f20d31f4b56cce3d3f8aee918c03dba14 (patch) | |
tree | f2dd4ed70b07714ee824dd3651c894add3457976 /ethereal/assets/qml/views/history.qml | |
parent | 245ffb1123b58bc63ee8eae6b5250001c4a427c8 (diff) | |
download | go-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.qml | 2 |
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 |