Merge lp:~osomon/webbrowser-app/elide-text-drawer-menu into lp:webbrowser-app

Proposed by Olivier Tilloy
Status: Merged
Approved by: Olivier Tilloy
Approved revision: 668
Merged at revision: 673
Proposed branch: lp:~osomon/webbrowser-app/elide-text-drawer-menu
Merge into: lp:webbrowser-app
Diff against target: 16 lines (+3/-0)
1 file modified
src/app/webbrowser/Chrome.qml (+3/-0)
To merge this branch: bzr merge lp:~osomon/webbrowser-app/elide-text-drawer-menu
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+230689@code.launchpad.net

Commit message

Elide actions’ text in the drawer menu.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/app/webbrowser/Chrome.qml'
2--- src/app/webbrowser/Chrome.qml 2014-07-30 10:37:20 +0000
3+++ src/app/webbrowser/Chrome.qml 2014-08-13 16:50:42 +0000
4@@ -253,9 +253,12 @@
5 left: actionIcon.right
6 leftMargin: units.gu(2)
7 verticalCenter: parent.verticalCenter
8+ right: parent.right
9+ rightMargin: units.gu(1)
10 }
11 text: model.text
12 fontSize: "small"
13+ elide: Text.ElideRight
14 }
15 }
16 }

Subscribers

People subscribed via source and target branches

to status/vote changes: