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

Proposed by Albert Astals Cid
Status: Merged
Approved by: Andrea Cimitan
Approved revision: 1264
Merged at revision: 1279
Proposed branch: lp:~aacid/unity8/bug1365929
Merge into: lp:unity8
Diff against target: 21 lines (+2/-2)
1 file modified
qml/Dash/PageHeader.qml (+2/-2)
To merge this branch: bzr merge lp:~aacid/unity8/bug1365929
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Andrea Cimitan (community) Approve
Review via email: mp+234795@code.launchpad.net

Commit message

Pixel pushing in the dash 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?
This change is wanted by design

To post a comment you must log in.
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.
not run yet

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/Dash/PageHeader.qml'
2--- qml/Dash/PageHeader.qml 2014-09-08 14:15:28 +0000
3+++ qml/Dash/PageHeader.qml 2014-09-16 10:52:48 +0000
4@@ -132,7 +132,7 @@
5 objectName: "headerContainer"
6 clip: contentY < height
7 anchors { left: parent.left; top: parent.top; right: parent.right }
8- height: units.gu(6.5)
9+ height: units.gu(7)
10 contentHeight: headersColumn.height
11 interactive: false
12 contentY: showSearch ? 0 : height
13@@ -287,7 +287,7 @@
14 id: imageComponent
15
16 Item {
17- anchors { fill: parent; topMargin: units.gu(1); bottomMargin: units.gu(1) }
18+ anchors { fill: parent; topMargin: units.gu(1.5); bottomMargin: units.gu(1.5) }
19 clip: true
20 Image {
21 objectName: "titleImage"

Subscribers

People subscribed via source and target branches