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 {
id:wallpaper
source: "qrc:/qml/images/wallpaper-portrait-bubbles.png"
anchors.fill: parent
fillMode: Image.PreserveAspectCrop
z: -100
}
Lockscreen {
id: lockScreen
visible: DeviceLock.state >= DeviceLock.Locked
width: parent.width
height: parent.height
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