mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
updating background img
This commit is contained in:
parent
037abd9b5e
commit
f7265378bd
5 changed files with 3 additions and 3 deletions
|
@ -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 |
|
@ -55,7 +55,7 @@ FocusScope {
|
|||
Image {
|
||||
z: -10
|
||||
id: loginDialogBackground
|
||||
source: "LoginDialog/background.jpg"
|
||||
source: "LoginDialog/images/background.jpg"
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@ FocusScope {
|
|||
Image {
|
||||
z: -10
|
||||
id: loginDialogBackground
|
||||
source: "../LoginDialog/background_tablet.jpg"
|
||||
source: "../LoginDialog/images/background_tablet.jpg"
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue