Merge lp:~nick-dedekind/ubuntu-settings-components/lp1378821.time-translation into lp:~registry/ubuntu-settings-components/trunk

Proposed by Nick Dedekind
Status: Merged
Approved by: Andrea Cimitan
Approved revision: 84
Merged at revision: 100
Proposed branch: lp:~nick-dedekind/ubuntu-settings-components/lp1378821.time-translation
Merge into: lp:~registry/ubuntu-settings-components/trunk
Diff against target: 15 lines (+2/-2)
1 file modified
Ubuntu/Settings/Components/MessageHeader.qml (+2/-2)
To merge this branch: bzr merge lp:~nick-dedekind/ubuntu-settings-components/lp1378821.time-translation
Reviewer Review Type Date Requested Status
Andrea Cimitan (community) Approve
Lukáš Tinkl (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+246194@code.launchpad.net

Commit message

Fixed problem with message time text alignment.

Description of the change

Fixed problem with message time text alignment.

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

LGTM, approving

review: Approve
Revision history for this message
Andrea Cimitan (cimi) wrote :

 * Did you perform an exploratory manual test run of the code change and any related functionality?
y
 * Did CI run pass? If not, please explain why.
y

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Ubuntu/Settings/Components/MessageHeader.qml'
--- Ubuntu/Settings/Components/MessageHeader.qml 2014-09-15 17:18:27 +0000
+++ Ubuntu/Settings/Components/MessageHeader.qml 2015-01-12 17:28:06 +0000
@@ -104,10 +104,10 @@
104 Label {104 Label {
105 id: timeText105 id: timeText
106 objectName: "time"106 objectName: "time"
107 elide: Text.ElideRight107 anchors.right: parent.right
108
108 fontSize: "x-small"109 fontSize: "x-small"
109 maximumLineCount: 1110 maximumLineCount: 1
110 horizontalAlignment: Text.AlignRight
111 }111 }
112 spacing: units.gu(0.5)112 spacing: units.gu(0.5)
113113

Subscribers

People subscribed via source and target branches

to all changes: