Merge lp:~vthompson/music-app/slider-background into lp:music-app/remix

Proposed by Victor Thompson
Status: Merged
Approved by: Andrew Hayzen
Approved revision: 802
Merged at revision: 802
Proposed branch: lp:~vthompson/music-app/slider-background
Merge into: lp:music-app/remix
Diff against target: 12 lines (+1/-1)
1 file modified
common/Themes/Ambiance/UbuntuBlueSliderStyle.qml (+1/-1)
To merge this branch: bzr merge lp:~vthompson/music-app/slider-background
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Andrew Hayzen Approve
Review via email: mp+247247@code.launchpad.net

Commit message

Change the Slider theme's background color

Description of the change

Change the Slider theme's background color

To post a comment you must log in.
Revision history for this message
Andrew Hayzen (ahayzen) wrote :

LGTM, I really missed the hint of where to click!

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'common/Themes/Ambiance/UbuntuBlueSliderStyle.qml'
2--- common/Themes/Ambiance/UbuntuBlueSliderStyle.qml 2014-11-19 01:50:29 +0000
3+++ common/Themes/Ambiance/UbuntuBlueSliderStyle.qml 2015-01-22 01:10:53 +0000
4@@ -27,7 +27,7 @@
5 id: sliderStyle
6
7 property color foregroundColor: UbuntuColors.blue // CUSTOM
8- property color backgroundColor: Theme.palette.normal.base
9+ property color backgroundColor: styleMusic.mainView.backgroundColor // CUSTOM
10
11 property real thumbSpacing: units.gu(0)
12 property Item bar: background

Subscribers

People subscribed via source and target branches