Commit 43c6a052 authored by SergeyChupligin's avatar SergeyChupligin Committed by Sergey Chupligin

[mainscreen] Fix fillmode of mainscreen wallpaper

parent 442f9ce5
...@@ -147,13 +147,12 @@ Page { ...@@ -147,13 +147,12 @@ Page {
id:wallpaper id:wallpaper
source: "qrc:/qml/images/wallpaper-portrait-bubbles.png" source: "qrc:/qml/images/wallpaper-portrait-bubbles.png"
anchors.fill: parent anchors.fill: parent
fillMode: Image.PreserveAspectCrop
z: -100 z: -100
} }
Lockscreen { Lockscreen {
id: lockScreen id: lockScreen
visible: DeviceLock.state >= DeviceLock.Locked visible: DeviceLock.state >= DeviceLock.Locked
width: parent.width width: parent.width
height: parent.height height: parent.height
z: 200 z: 200
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment