Merge lp:~popey/ubuntu-filemanager-app/fix-1543058 into lp:ubuntu-filemanager-app

Status: Merged
Approved by: Nicholas Skaggs
Approved revision: 524
Merged at revision: 524
Proposed branch: lp:~popey/ubuntu-filemanager-app/fix-1543058
Merge into: lp:ubuntu-filemanager-app
Diff against target: 12 lines (+1/-1)
1 file modified
src/app/qml/components/PathHistoryRow.qml (+1/-1)
To merge this branch: bzr merge lp:~popey/ubuntu-filemanager-app/fix-1543058
Reviewer Review Type Date Requested Status
Jenkins Bot continuous-integration Approve
Arto Jalkanen Approve
Review via email: mp+285327@code.launchpad.net

Commit message

Reduce the font size of the header from x-large to large.

Description of the change

To post a comment you must log in.
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Arto Jalkanen (ajalkane) :
review: Approve
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
https://core-apps-jenkins.ubuntu.com/job/filemanager-app-autolanding/32/
Executed test runs:
    None: https://core-apps-jenkins.ubuntu.com/job/generic-land-mp/4221/console

review: Needs Fixing (continuous-integration)
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
https://core-apps-jenkins.ubuntu.com/job/filemanager-app-autolanding/33/
Executed test runs:
    None: https://core-apps-jenkins.ubuntu.com/job/generic-land-mp/4329/console

review: Needs Fixing (continuous-integration)
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
https://core-apps-jenkins.ubuntu.com/job/filemanager-app-autolanding/34/
Executed test runs:
    None: https://core-apps-jenkins.ubuntu.com/job/generic-land-mp/4449/console

review: Needs Fixing (continuous-integration)
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
https://core-apps-jenkins.ubuntu.com/job/filemanager-app-autolanding/35/
Executed test runs:
    None: https://core-apps-jenkins.ubuntu.com/job/generic-land-mp/4540/console

review: Needs Fixing (continuous-integration)
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/app/qml/components/PathHistoryRow.qml'
--- src/app/qml/components/PathHistoryRow.qml 2016-02-02 00:35:27 +0000
+++ src/app/qml/components/PathHistoryRow.qml 2016-02-08 11:16:17 +0000
@@ -25,7 +25,7 @@
2525
26 /* Convenience properties ; used a large amount of times to warrant a variable */26 /* Convenience properties ; used a large amount of times to warrant a variable */
27 property int iconWidth: units.gu(2.5)27 property int iconWidth: units.gu(2.5)
28 property string textSize: "x-large"28 property string textSize: "large"
29 property string separatorText: " /"29 property string separatorText: " /"
30 /* contentWidth equals this to allow it to hide Device and Home */30 /* contentWidth equals this to allow it to hide Device and Home */
31 contentWidth: {31 contentWidth: {

Subscribers

People subscribed via source and target branches