summaryrefslogtreecommitdiffstats
path: root/basicsuite/mediaplayer/VolumeControl.qml
diff options
context:
space:
mode:
authorJuho Annunen <juho.annunen@qt.io>2018-06-15 14:42:56 +0300
committerJuho Annunen <juho.annunen@qt.io>2018-06-18 11:35:09 +0000
commit0b0d77ed36616ec7c10d7ceb5ea90196b11d4ff8 (patch)
tree265d45b63f7074a22f42ed8d36a78eaac63e9f54 /basicsuite/mediaplayer/VolumeControl.qml
parenta60797871ea11ade6b583869e361ffef88e2213b (diff)
Fix mediaplayer color definitions
Task-number: QTBUG-68471 Change-Id: I292f40ce195f0e2f914353cb237e3009774c11bb Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
Diffstat (limited to 'basicsuite/mediaplayer/VolumeControl.qml')
-rw-r--r--basicsuite/mediaplayer/VolumeControl.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/basicsuite/mediaplayer/VolumeControl.qml b/basicsuite/mediaplayer/VolumeControl.qml
index 3a83491..9536d12 100644
--- a/basicsuite/mediaplayer/VolumeControl.qml
+++ b/basicsuite/mediaplayer/VolumeControl.qml
@@ -69,7 +69,7 @@ Item {
anchors.bottom: parent.bottom
anchors.bottomMargin: controlBar.width * 0.02
anchors.horizontalCenter: parent.horizontalCenter
- fillColor: viewSettings.buttonGreenColor
+ fillColor: Settings.primaryGreen
Image{
anchors.centerIn: parent
@@ -104,7 +104,7 @@ Item {
width: controlBar.width * 0.06
height: width
anchors.bottom: parent.bottom
- fillColor: viewSettings.buttonGrayColor
+ fillColor: Settings.primaryGrey
borderColor: "transparent"
Image{
anchors.centerIn: parent