Merge lp:~tiagosh/messaging-app/hide-handles-of-sections into lp:messaging-app

Proposed by Tiago Salem Herrmann
Status: Needs review
Proposed branch: lp:~tiagosh/messaging-app/hide-handles-of-sections
Merge into: lp:messaging-app
Diff against target: 12 lines (+2/-0)
1 file modified
src/qml/Messages.qml (+2/-0)
To merge this branch: bzr merge lp:~tiagosh/messaging-app/hide-handles-of-sections
Reviewer Review Type Date Requested Status
system-apps-ci-bot continuous-integration Needs Fixing
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+288828@code.launchpad.net

Commit message

Hide handles when no sections are displayed

Description of the change

Hide handles when no sections are displayed

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
system-apps-ci-bot (system-apps-ci-bot) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

529. By Tiago Salem Herrmann

hide handles when no sections are displayed

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/qml/Messages.qml'
2--- src/qml/Messages.qml 2016-02-23 15:07:46 +0000
3+++ src/qml/Messages.qml 2016-03-11 19:55:53 +0000
4@@ -478,6 +478,8 @@
5
6 Sections {
7 id: sections
8+ // hide handles when no sections are displayed
9+ visible: model.length > 1
10 anchors {
11 left: parent.left
12 leftMargin: units.gu(2)

Subscribers

People subscribed via source and target branches