Merge lp:~om26er/unity8/header_height_dash_5gu into lp:unity8

Proposed by Omer Akram
Status: Merged
Approved by: Michał Sawicz
Approved revision: 260
Merged at revision: 443
Proposed branch: lp:~om26er/unity8/header_height_dash_5gu
Merge into: lp:unity8
Diff against target: 12 lines (+1/-1)
1 file modified
Components/ListItems/Header.qml (+1/-1)
To merge this branch: bzr merge lp:~om26er/unity8/header_height_dash_5gu
Reviewer Review Type Date Requested Status
Michał Sawicz Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Review via email: mp+190622@code.launchpad.net

Commit message

Increase dash header height to 5gu

Description of the change

Increase dash header height to 5gu

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

FAILED: Continuous integration, rev:260
http://jenkins.qa.ubuntu.com/job/unity8-ci/1364/
Executed test runs:
    FAILURE: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-saucy/4943/console
    UNSTABLE: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-touch/2842
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-saucy/2230
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity8-saucy-amd64-ci/387
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity8-saucy-armhf-ci/1364
        deb: http://jenkins.qa.ubuntu.com/job/unity8-saucy-armhf-ci/1364/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/unity8-saucy-i386-ci/1363
    FAILURE: http://jenkins.qa.ubuntu.com/job/autopilot-testrunner-otto-saucy/1119/console
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-saucy-amd64/818
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-saucy-amd64/818/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-saucy-armhf/2844
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-saucy-armhf/2844/artifact/work/output/*zip*/output.zip
    UNSTABLE: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-maguro/2364
    UNSTABLE: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/2404

Click here to trigger a rebuild:
http://10.97.0.26:8080/job/unity8-ci/1364/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Michał Sawicz (saviq) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Components/ListItems/Header.qml'
2--- Components/ListItems/Header.qml 2013-08-08 10:59:58 +0000
3+++ Components/ListItems/Header.qml 2013-10-11 11:45:19 +0000
4@@ -28,7 +28,7 @@
5
6 signal clicked(variant mouse)
7
8- height: units.gu(4.5)
9+ height: units.gu(5)
10
11 Item {
12 anchors {

Subscribers

People subscribed via source and target branches