Merge lp:~aacid/unity8/clipScopesListHeader into lp:unity8

Proposed by Albert Astals Cid
Status: Merged
Approved by: Andrea Cimitan
Approved revision: 1524
Merged at revision: 1527
Proposed branch: lp:~aacid/unity8/clipScopesListHeader
Merge into: lp:unity8
Diff against target: 11 lines (+1/-0)
1 file modified
qml/Dash/ScopesList.qml (+1/-0)
To merge this branch: bzr merge lp:~aacid/unity8/clipScopesListHeader
Reviewer Review Type Date Requested Status
Andrea Cimitan (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+245556@code.launchpad.net

Commit message

Clip the Scopes List header

Now that we have a background since we use a default ScopeStyle we need to clip the "upper/search" part of the header

Description of the change

 * Are there any related MPs required for this MP to build/function as expected?
No

 * Did you perform an exploratory manual test run of your code change and any related functionality?
Yes

 * Did you make sure that your branch does not contain spurious tags?
Yes

 * If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
N/A

 * If you changed the UI, has there been a design review?
N/A

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
Andrea Cimitan (cimi) wrote :

 * Did you perform an exploratory manual test run of the code change and any related functionality?
Yes
 * Did CI run pass? If not, please explain why.
Yes
 * Did you make sure that the branch does not contain spurious tags?
Yes

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/Dash/ScopesList.qml'
2--- qml/Dash/ScopesList.qml 2014-12-15 22:30:24 +0000
3+++ qml/Dash/ScopesList.qml 2015-01-05 10:43:43 +0000
4@@ -65,6 +65,7 @@
5 objectName: "pageHeader"
6 title: i18n.tr("Manage")
7 width: parent.width
8+ clip: true
9 showBackButton: true
10 backIsClose: root.state == "edit"
11 storeEntryEnabled: root.state == "browse"

Subscribers

People subscribed via source and target branches