mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:40: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 {
|
Image {
|
||||||
z: -10
|
z: -10
|
||||||
id: loginDialogBackground
|
id: loginDialogBackground
|
||||||
source: "LoginDialog/background.jpg"
|
source: "LoginDialog/images/background.jpg"
|
||||||
anchors.fill: parent
|
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 {
|
Image {
|
||||||
z: -10
|
z: -10
|
||||||
id: loginDialogBackground
|
id: loginDialogBackground
|
||||||
source: "LoginDialog/background.jpg"
|
source: "LoginDialog/images/background.jpg"
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -94,7 +94,7 @@ FocusScope {
|
||||||
Image {
|
Image {
|
||||||
z: -10
|
z: -10
|
||||||
id: loginDialogBackground
|
id: loginDialogBackground
|
||||||
source: "../LoginDialog/background_tablet.jpg"
|
source: "../LoginDialog/images/background_tablet.jpg"
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue