Merge lp:~verzegnassi-stefano/ubuntu-docviewer-app/fix-1523113 into lp:ubuntu-docviewer-app

Proposed by Stefano Verzegnassi
Status: Merged
Approved by: Stefano Verzegnassi
Approved revision: 248
Merged at revision: 258
Proposed branch: lp:~verzegnassi-stefano/ubuntu-docviewer-app/fix-1523113
Merge into: lp:ubuntu-docviewer-app
Diff against target: 14 lines (+3/-0)
1 file modified
src/app/qml/documentPage/DocumentListDelegate.qml (+3/-0)
To merge this branch: bzr merge lp:~verzegnassi-stefano/ubuntu-docviewer-app/fix-1523113
Reviewer Review Type Date Requested Status
Alan Pope 🍺🐧🐱 πŸ¦„ (community) Approve
Jenkins Bot continuous-integration Approve
Review via email: mp+281403@code.launchpad.net

Commit message

DocumentListDelegate: wrap title text anywhere. Fix bug #1523113.

Description of the change

DocumentListDelegate: wrap title text anywhere. Fix bug #1523113.

To post a comment you must log in.
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

LGTM!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/app/qml/documentPage/DocumentListDelegate.qml'
2--- src/app/qml/documentPage/DocumentListDelegate.qml 2015-10-27 14:09:26 +0000
3+++ src/app/qml/documentPage/DocumentListDelegate.qml 2015-12-29 17:14:13 +0000
4@@ -48,8 +48,11 @@
5
6 /* UITK 1.3 specs: Slot A */
7 title {
8+ // FIXME: We may want to reserve 2 lines for displaying the title.
9+ // 2015.12.29: that's not possible because of bug lp:1529909
10 text: model.name
11 elide: Text.ElideRight
12+ wrapMode: Text.WrapAnywhere
13 color: UbuntuColors.midAubergine
14 }
15

Subscribers

People subscribed via source and target branches