mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-14 11:46:56 +02:00
adding blurred images
This commit is contained in:
parent
5c55761e4d
commit
4880c7081e
7 changed files with 3 additions and 3 deletions
|
@ -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 |
BIN
interface/resources/qml/LoginDialog/images/background.png
Normal file
BIN
interface/resources/qml/LoginDialog/images/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
Binary file not shown.
Before Width: | Height: | Size: 272 KiB |
BIN
interface/resources/qml/LoginDialog/images/background_tablet.png
Normal file
BIN
interface/resources/qml/LoginDialog/images/background_tablet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 456 KiB |
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue