fix(icons): Add 2x and 3x icons for biometrics

Closes: #5308
This commit is contained in:
Boris Melnik 2022-04-07 14:12:29 +03:00 committed by Iuri Matias
parent d0701e900c
commit 3e63e42664
4 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ OnboardingBasePage {
anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
fillMode: Image.PreserveAspectFit
source: Style.png("onboarding/fingerprint")
antialiasing: true
source: Style.png("onboarding/fingerprint@2x")
width: 160
height: 160
mipmap: true

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB