Merge lp:~fboucault/camera-app/front_snapshot_align into lp:camera-app

Proposed by Florian Boucault
Status: Merged
Approved by: Bill Filler
Approved revision: 369
Merged at revision: 377
Proposed branch: lp:~fboucault/camera-app/front_snapshot_align
Merge into: lp:camera-app
Diff against target: 11 lines (+1/-0)
1 file modified
Snapshot.qml (+1/-0)
To merge this branch: bzr merge lp:~fboucault/camera-app/front_snapshot_align
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Bill Filler (community) Approve
Review via email: mp+233222@code.launchpad.net

Commit message

Align snapshot with viewfinder as to assure visual continuity in the transition from one to the other.

To post a comment you must log in.
Revision history for this message
Bill Filler (bfiller) wrote :

tested, works

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Snapshot.qml'
2--- Snapshot.qml 2014-08-26 23:46:49 +0000
3+++ Snapshot.qml 2014-09-03 14:09:17 +0000
4@@ -42,6 +42,7 @@
5 Image {
6 id: snapshot
7 anchors.centerIn: parent
8+ anchors.verticalCenterOffset: -geometry.y
9 rotation: snapshotRoot.orientation * -1
10
11 asynchronous: true

Subscribers

People subscribed via source and target branches