diff options
Diffstat (limited to 'ethereal/assets/qml/views/transaction.qml')
-rw-r--r-- | ethereal/assets/qml/views/transaction.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/qml/views/transaction.qml b/ethereal/assets/qml/views/transaction.qml index 640e02a4e..fb8ba8a6d 100644 --- a/ethereal/assets/qml/views/transaction.qml +++ b/ethereal/assets/qml/views/transaction.qml @@ -7,7 +7,7 @@ import QtQuick.Controls.Styles 1.1 import Ethereum 1.0 Rectangle { - property var iconFile: "../new.png" + property var iconSource: "../new.png" property var title: "New transaction" property var menuItem |