adding blurred images

This commit is contained in:
Wayne Chen 2019-01-24 16:00:24 -08:00
parent 5c55761e4d
commit 4880c7081e
7 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ FocusScope {
z: -10
id: loginDialogBackground
fillMode: Image.PreserveAspectCrop
source: "LoginDialog/images/background.jpg"
source: "LoginDialog/images/background.png"
anchors.fill: parent
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 960 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB

View file

@ -56,7 +56,7 @@ FocusScope {
z: -10
id: loginDialogBackground
fillMode: Image.PreserveAspectCrop
source: "LoginDialog/images/background.jpg"
source: "LoginDialog/images/background.png"
anchors.fill: parent
}

View file

@ -96,7 +96,7 @@ FocusScope {
z: -10
id: loginDialogBackground
fillMode: Image.PreserveAspectCrop
source: "../LoginDialog/images/background_tablet.jpg"
source: "../LoginDialog/images/background_tablet.png"
anchors.fill: parent
}