~mterry/unity8/greeter-arrangement

« back to all changes in this revision

Viewing changes to qml/Stages/DesktopStage.qml

  • Committer: Michael Terry
  • Date: 2016-08-30 14:06:47 UTC
  • Revision ID: michael.terry@canonical.com-20160830140647-0gmw15jq769d2g1q
Use the default system wallpaper instead of our custom one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
        anchors.fill: parent
241
241
        focus: spread.state !== "altTab"
242
242
 
243
 
        CrossFadeImage {
 
243
        Wallpaper {
244
244
            id: wallpaper
245
245
            anchors.fill: parent
246
246
            source: root.background
247
 
            sourceSize { height: root.height; width: root.width }
248
 
            fillMode: Image.PreserveAspectCrop
249
247
        }
250
248
 
251
249
        TopLevelSurfaceRepeater {