diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-10-30 18:08:37 +0100 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-10-30 18:08:37 +0100 |
| commit | 9afa5d782dcf9d171c2ce98d7307d4fd2094015a (patch) | |
| tree | 132212cc18d6df1ad0cb2aaf7c6bafdcf09087fb /wizard | |
| parent | d637b5883e666349f74040eb771ab15f0815a35c (diff) | |
| download | monzero-gui-9afa5d782dcf9d171c2ce98d7307d4fd2094015a.tar.gz monzero-gui-9afa5d782dcf9d171c2ce98d7307d4fd2094015a.tar.xz monzero-gui-9afa5d782dcf9d171c2ce98d7307d4fd2094015a.zip | |
wizard: updated open from file icon
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardOptions.qml | 2 |
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 { |
