Merge lp:~mardy/ubuntu-system-settings-online-accounts/lp1384314 into lp:~online-accounts/ubuntu-system-settings-online-accounts/master

Proposed by Alberto Mardegan
Status: Merged
Merged at revision: 220
Proposed branch: lp:~mardy/ubuntu-system-settings-online-accounts/lp1384314
Merge into: lp:~online-accounts/ubuntu-system-settings-online-accounts/master
Diff against target: 20 lines (+1/-2)
1 file modified
plugins/module/ServiceItem.qml (+1/-2)
To merge this branch: bzr merge lp:~mardy/ubuntu-system-settings-online-accounts/lp1384314
Reviewer Review Type Date Requested Status
David Barth (community) Approve
Review via email: mp+245181@code.launchpad.net

Commit message

Make sure app items are not overlaid on top of each other

Description of the change

Make sure app items are not overlaid on top of each other

To post a comment you must log in.
Revision history for this message
David Barth (dbarth) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/module/ServiceItem.qml'
2--- plugins/module/ServiceItem.qml 2014-09-30 13:30:39 +0000
3+++ plugins/module/ServiceItem.qml 2014-12-19 11:18:50 +0000
4@@ -21,7 +21,7 @@
5 import Ubuntu.Components.ListItems 0.1 as ListItem
6 import Ubuntu.OnlineAccounts 0.1
7
8-Item {
9+Column {
10 property variant accountServiceHandle
11
12 signal applicationAdded(string applicationId)
13@@ -29,7 +29,6 @@
14
15 anchors.left: parent.left
16 anchors.right: parent.right
17- height: childrenRect.height
18
19 Repeater {
20 resources: AccountService {

Subscribers

People subscribed via source and target branches