Merge lp:~mzanetti/unity8/fix-1208892 into lp:unity8

Proposed by Michael Zanetti
Status: Merged
Approved by: Albert Astals Cid
Approved revision: 168
Merged at revision: 183
Proposed branch: lp:~mzanetti/unity8/fix-1208892
Merge into: lp:unity8
Diff against target: 11 lines (+1/-0)
1 file modified
Greeter/Lockscreen.qml (+1/-0)
To merge this branch: bzr merge lp:~mzanetti/unity8/fix-1208892
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Albert Astals Cid (community) Approve
Review via email: mp+179703@code.launchpad.net

Commit message

preserve lockscreen's background wallpaper's aspect ratio

To post a comment you must log in.
Revision history for this message
Albert Astals Cid (aacid) wrote :

Looks sane

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Greeter/Lockscreen.qml'
2--- Greeter/Lockscreen.qml 2013-07-31 09:53:24 +0000
3+++ Greeter/Lockscreen.qml 2013-08-12 13:37:22 +0000
4@@ -56,6 +56,7 @@
5 Image {
6 anchors.fill: parent
7 source: root.required ? root.background : ""
8+ fillMode: Image.PreserveAspectCrop
9 }
10
11 MouseArea {

Subscribers

People subscribed via source and target branches