Merge lp:~seb128/ubuntu-system-settings/update-cut-label into lp:ubuntu-system-settings

Proposed by Sebastien Bacher
Status: Merged
Approved by: Ken VanDine
Approved revision: 1316
Merged at revision: 1326
Proposed branch: lp:~seb128/ubuntu-system-settings/update-cut-label
Merge into: lp:ubuntu-system-settings
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/system-update/PageComponent.qml (+1/-1)
To merge this branch: bzr merge lp:~seb128/ubuntu-system-settings/update-cut-label
Reviewer Review Type Date Requested Status
Ken VanDine Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+250146@code.launchpad.net

Commit message

system-update: use the correct right-anchoring so the checking-for-updates
label is not cut, in some locales

Description of the change

system-update: use the correct right-anchoring so the checking-for-updates
label is not cut, in some locales

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/system-update/PageComponent.qml'
2--- plugins/system-update/PageComponent.qml 2015-01-30 18:09:06 +0000
3+++ plugins/system-update/PageComponent.qml 2015-02-18 14:56:31 +0000
4@@ -279,7 +279,7 @@
5 anchors {
6 left: activity.running ? activity.right : parent.left
7 top: parent.top
8- right: btnRetry.left
9+ right: btnRetry.visible ? btnRetry.left : parent.right
10 rightMargin: units.gu(2)
11 leftMargin: units.gu(2)
12 }

Subscribers

People subscribed via source and target branches