fix: keys image to be transparent
This commit is contained in:
parent
d732a5ce3b
commit
a0accddfaa
|
@ -35,9 +35,10 @@ Page {
|
|||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.top: parent.top
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: Universal.theme === Universal.Dark ? "img/keys-dark@2x.jpg" : "img/keys@2x.jpg"
|
||||
source: "img/keys.png"
|
||||
width: 160
|
||||
height: 160
|
||||
mipmap: true
|
||||
}
|
||||
|
||||
StyledText {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 43 KiB |
Binary file not shown.
Before Width: | Height: | Size: 70 KiB |
Binary file not shown.
After Width: | Height: | Size: 186 KiB |
Binary file not shown.
Before Width: | Height: | Size: 43 KiB |
Binary file not shown.
Before Width: | Height: | Size: 72 KiB |
Loading…
Reference in New Issue