mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
adding fill mode for aspect/crop
This commit is contained in:
parent
dadd49f535
commit
5c55761e4d
3 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,7 @@ FocusScope {
|
|||
Image {
|
||||
z: -10
|
||||
id: loginDialogBackground
|
||||
fillMode: Image.PreserveAspectCrop
|
||||
source: "LoginDialog/images/background.jpg"
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
|
|
@ -55,6 +55,7 @@ FocusScope {
|
|||
Image {
|
||||
z: -10
|
||||
id: loginDialogBackground
|
||||
fillMode: Image.PreserveAspectCrop
|
||||
source: "LoginDialog/images/background.jpg"
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
|
|
@ -95,6 +95,7 @@ FocusScope {
|
|||
Image {
|
||||
z: -10
|
||||
id: loginDialogBackground
|
||||
fillMode: Image.PreserveAspectCrop
|
||||
source: "../LoginDialog/images/background_tablet.jpg"
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue