updating background img

This commit is contained in:
Wayne Chen 2018-12-05 19:11:58 -08:00
parent 037abd9b5e
commit f7265378bd
5 changed files with 3 additions and 3 deletions

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 KiB

View file

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

View file

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