From 9afa5d782dcf9d171c2ce98d7307d4fd2094015a Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Sun, 30 Oct 2016 18:08:37 +0100 Subject: [PATCH] wizard: updated open from file icon --- wizard/WizardOptions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/WizardOptions.qml b/wizard/WizardOptions.qml index f926be02..e2eaa958 100644 --- a/wizard/WizardOptions.qml +++ b/wizard/WizardOptions.qml @@ -194,7 +194,7 @@ Item { height:page.buttonSize -30 fillMode: Image.PreserveAspectFit anchors.centerIn: parent - source: "qrc:///images/recoverWallet.png" + source: "qrc:///images/openAccount.png" } MouseArea {