Merge lp:~tpeeters/ubuntu-ui-toolkit/fix-swipe-delete-001 into lp:ubuntu-ui-toolkit

Proposed by Tim Peeters
Status: Merged
Merged at revision: 916
Proposed branch: lp:~tpeeters/ubuntu-ui-toolkit/fix-swipe-delete-001
Merge into: lp:ubuntu-ui-toolkit
Diff against target: 32 lines (+3/-5)
1 file modified
modules/Ubuntu/Components/ListItems/Empty.qml (+3/-5)
To merge this branch: bzr merge lp:~tpeeters/ubuntu-ui-toolkit/fix-swipe-delete-001
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu SDK team Pending
Review via email: mp+201784@code.launchpad.net

Description of the change

Don't approve.
Copy of this MR https://code.launchpad.net/~andrew-hayzen/ubuntu-ui-toolkit/fix-swipe-delete-001/+merge/199906 to figure out some autolanding stuff.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'modules/Ubuntu/Components/ListItems/Empty.qml'
2--- modules/Ubuntu/Components/ListItems/Empty.qml 2013-12-10 16:13:17 +0000
3+++ modules/Ubuntu/Components/ListItems/Empty.qml 2014-01-15 14:25:05 +0000
4@@ -377,8 +377,7 @@
5 source: "artwork/delete.png"
6 fillMode: Image.Pad
7 anchors {
8- top: parent.top
9- bottom: parent.bottom
10+ verticalCenter: parent.verticalCenter
11 }
12 width: units.gu(5)
13 }
14@@ -386,8 +385,7 @@
15 text: i18n.tr("Delete")
16 verticalAlignment: Text.AlignVCenter
17 anchors {
18- top: parent.top
19- bottom: parent.bottom
20+ verticalCenter: parent.verticalCenter
21 }
22 width: units.gu(7)
23 fontSize: "medium"
24@@ -450,7 +448,7 @@
25 running: false
26 UbuntuNumberAnimation {
27 target: emptyListItem
28- property: "implicitHeight"
29+ property: "height"
30 to: 0
31 }
32 ScriptAction {

Subscribers

People subscribed via source and target branches

to status/vote changes: