~attente/unity8/1634508

« back to all changes in this revision

Viewing changes to tests/qmltests/Components/tst_Lockscreen.qml

  • Committer: Bileto Bot
  • Author(s): Michael Terry
  • Date: 2016-09-22 07:40:11 UTC
  • mfrom: (2552.8.8 default-wallpaper)
  • Revision ID: ci-train-bot@canonical.com-20160922074011-b4t82zo3k7ipgtx0
Use the default system wallpaper instead of our custom one.

Additionally, crop the default wallpaper instead of rotating it, only darken the wallpaper if it's not the default one, and avoid reloading the wallpaper when the device is rotated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        alphaNumeric: pinPadCheckBox.checked
38
38
        minPinLength: minPinLengthTextField.text
39
39
        maxPinLength: maxPinLengthTextField.text
40
 
        background: "../../../qml/graphics/phone_background.jpg"
 
40
        background: "/usr/share/backgrounds/warty-final-ubuntu.png"
41
41
    }
42
42
 
43
43
    Connections {