summaryrefslogtreecommitdiffstats
path: root/basicsuite/mediaplayer/PlaybackControl.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/mediaplayer/PlaybackControl.qml')
-rw-r--r--basicsuite/mediaplayer/PlaybackControl.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/basicsuite/mediaplayer/PlaybackControl.qml b/basicsuite/mediaplayer/PlaybackControl.qml
index 5fff05f..7c90fa6 100644
--- a/basicsuite/mediaplayer/PlaybackControl.qml
+++ b/basicsuite/mediaplayer/PlaybackControl.qml
@@ -50,6 +50,7 @@
import QtQuick 2.0
import QtDeviceUtilities.QtButtonImageProvider 1.0
+import "settings.js" as Settings
Row {
anchors.leftMargin: parent.width * 0.02
@@ -72,7 +73,7 @@ Row {
height: width
anchors.bottom: parent.bottom
anchors.bottomMargin: root.spacing
- fillColor: viewSettings.buttonGreenColor
+ fillColor: Settings.primaryGreen
Image{
anchors.centerIn: parent
width: parent.width * 0.5
@@ -91,7 +92,7 @@ Row {
height: width
anchors.bottom: parent.bottom
anchors.bottomMargin: root.spacing
- fillColor: viewSettings.buttonGreenColor
+ fillColor: Settings.primaryGreen
Image{
anchors.centerIn: parent
width: parent.width * 0.5