Wizard: use one icon and add @2x version

This commit is contained in:
selsta 2019-01-08 06:53:48 +01:00
parent 97de72b27d
commit 9aef631a25
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
5 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 466 B

After

Width:  |  Height:  |  Size: 540 B

BIN
images/nextPage@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 466 B

View File

@ -86,7 +86,7 @@
<file>wizard/WizardWelcome.qml</file>
<file>wizard/WizardMain.qml</file>
<file>images/nextPage.png</file>
<file>images/prevPage.png</file>
<file>images/nextPage@2x.png</file>
<file>wizard/WizardOptions.qml</file>
<file>images/createWallet.png</file>
<file>images/createWalletFromDevice.png</file>

View File

@ -340,7 +340,9 @@ ColumnLayout {
Image {
anchors.centerIn: parent
anchors.horizontalCenterOffset: -3
source: "qrc:///images/prevPage.png"
source: "qrc:///images/nextPage.png"
transformOrigin: Item.Center
rotation: 180
}
MouseArea {