Merge lp:~aacid/unity8/new-scopes-haptic-back into lp:~unity-team/unity8/new-scopes

Proposed by Albert Astals Cid
Status: Merged
Merged at revision: 665
Proposed branch: lp:~aacid/unity8/new-scopes-haptic-back
Merge into: lp:~unity-team/unity8/new-scopes
Diff against target: 12 lines (+1/-1)
1 file modified
qml/Components/PageHeader.qml (+1/-1)
To merge this branch: bzr merge lp:~aacid/unity8/new-scopes-haptic-back
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+207390@code.launchpad.net

Commit message

MouseArea -> AbstractButton to get haptics

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/Components/PageHeader.qml'
2--- qml/Components/PageHeader.qml 2014-02-19 10:01:18 +0000
3+++ qml/Components/PageHeader.qml 2014-02-20 10:27:14 +0000
4@@ -72,7 +72,7 @@
5
6 Behavior on contentY { NumberAnimation { duration: 200; easing.type: Easing.OutQuad } }
7
8- MouseArea {
9+ AbstractButton {
10 id: backButton
11 visible: false
12 height: header.height

Subscribers

People subscribed via source and target branches

to all changes: