aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Brydolf <jacob@brydolf.net>2016-10-30 18:08:37 +0100
committerJacob Brydolf <jacob@brydolf.net>2016-10-30 18:08:37 +0100
commit9afa5d782dcf9d171c2ce98d7307d4fd2094015a (patch)
tree132212cc18d6df1ad0cb2aaf7c6bafdcf09087fb
parentd637b5883e666349f74040eb771ab15f0815a35c (diff)
downloadmonzero-gui-9afa5d782dcf9d171c2ce98d7307d4fd2094015a.tar.gz
monzero-gui-9afa5d782dcf9d171c2ce98d7307d4fd2094015a.tar.xz
monzero-gui-9afa5d782dcf9d171c2ce98d7307d4fd2094015a.zip
wizard: updated open from file icon
-rw-r--r--wizard/WizardOptions.qml2
1 files changed, 1 insertions, 1 deletions
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 {