Merge lp:~mzanetti/ubuntu-settings-components/progress-label-color into lp:~registry/ubuntu-settings-components/trunk

Proposed by Michael Zanetti
Status: Merged
Approved by: Nick Dedekind
Approved revision: 109
Merged at revision: 116
Proposed branch: lp:~mzanetti/ubuntu-settings-components/progress-label-color
Merge into: lp:~registry/ubuntu-settings-components/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
plugins/Ubuntu/Settings/Menus/ProgressValueMenu.qml (+1/-0)
To merge this branch: bzr merge lp:~mzanetti/ubuntu-settings-components/progress-label-color
Reviewer Review Type Date Requested Status
Nick Dedekind (community) Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Unity8 CI Bot (community) continuous-integration Approve
Review via email: mp+288768@code.launchpad.net

Commit message

Align the progress label color to the main entry label color

To post a comment you must log in.
Revision history for this message
Unity8 CI Bot (unity8-ci-bot) wrote :

PASSED: Continuous integration, rev:109
https://unity8-jenkins.ubuntu.com/job/lp-ubuntu-settings-components-ci/17/
Executed test runs:
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-0-fetch/890
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-1-sourcepkg/release=vivid+overlay/906
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-1-sourcepkg/release=xenial/906
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=vivid+overlay/904
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=vivid+overlay/904/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=xenial/904
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=xenial/904/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=vivid+overlay/904
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=vivid+overlay/904/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=xenial/904
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=xenial/904/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=vivid+overlay/904
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=vivid+overlay/904/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=xenial/904
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=xenial/904/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://unity8-jenkins.ubuntu.com/job/lp-ubuntu-settings-components-ci/17/rebuild

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

Fine!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/Ubuntu/Settings/Menus/ProgressValueMenu.qml'
2--- plugins/Ubuntu/Settings/Menus/ProgressValueMenu.qml 2016-02-11 11:23:02 +0000
3+++ plugins/Ubuntu/Settings/Menus/ProgressValueMenu.qml 2016-03-11 13:22:38 +0000
4@@ -32,6 +32,7 @@
5
6 text: menuItem.value + " %"
7 fontSize: "medium"
8+ color: menuItem.foregroundColor
9 }
10 }
11 }

Subscribers

People subscribed via source and target branches

to all changes: