Merge lp:~mzanetti/unity/phablet-elide-user into lp:unity/phablet

Proposed by Michael Zanetti
Status: Merged
Approved by: Albert Astals Cid
Approved revision: no longer in the source branch.
Merged at revision: 484
Proposed branch: lp:~mzanetti/unity/phablet-elide-user
Merge into: lp:unity/phablet
Diff against target: 16 lines (+3/-0)
1 file modified
Greeter/LoginList.qml (+3/-0)
To merge this branch: bzr merge lp:~mzanetti/unity/phablet-elide-user
Reviewer Review Type Date Requested Status
Albert Astals Cid (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+153934@code.launchpad.net

Commit message

elide username when too long

Description of the change

elide username when too long

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
Albert Astals Cid (aacid) wrote :

It would be cool to unit test this, but last time i tried unitesting font stuff i got small font differences in every device and tests started to fail so let's just merge it for now :D

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Greeter/LoginList.qml'
--- Greeter/LoginList.qml 2013-02-20 10:46:01 +0000
+++ Greeter/LoginList.qml 2013-03-18 21:12:21 +0000
@@ -152,9 +152,12 @@
152 leftMargin: units.gu(2)152 leftMargin: units.gu(2)
153 verticalCenter: parent.verticalCenter153 verticalCenter: parent.verticalCenter
154 verticalCenterOffset: parent.itemOffset154 verticalCenterOffset: parent.itemOffset
155 right: parent.right
156 rightMargin: units.gu(2)
155 }157 }
156 text: name158 text: name
157 color: "white"159 color: "white"
160 elide: Text.ElideRight
158 }161 }
159162
160 MouseArea {163 MouseArea {

Subscribers

People subscribed via source and target branches