mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 23:05:17 +00:00
fix(onboarding): Image missing in some onboarding screens
File recovery: The `keys.png` file was lost in the following commit: 6d9c5c4286777669f4f0792f93d672fb7f231eec Fixes #5455
This commit is contained in:
parent
9d7e0828ec
commit
220a320282
ui
@ -42,7 +42,7 @@ OnboardingBasePage {
|
|||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: Style.png("keys")
|
source: Style.png("onboarding/keys")
|
||||||
width: 160
|
width: 160
|
||||||
height: 160
|
height: 160
|
||||||
mipmap: true
|
mipmap: true
|
||||||
|
BIN
ui/imports/assets/png/onboarding/keys.png
Normal file
BIN
ui/imports/assets/png/onboarding/keys.png
Normal file
Binary file not shown.
After (image error) Size: 186 KiB |
Loading…
x
Reference in New Issue
Block a user