summaryrefslogtreecommitdiffstats
path: root/basicsuite/mediaplayer/MetadataView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/mediaplayer/MetadataView.qml')
-rw-r--r--basicsuite/mediaplayer/MetadataView.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/basicsuite/mediaplayer/MetadataView.qml b/basicsuite/mediaplayer/MetadataView.qml
index d6f45d8..34b53b4 100644
--- a/basicsuite/mediaplayer/MetadataView.qml
+++ b/basicsuite/mediaplayer/MetadataView.qml
@@ -49,7 +49,6 @@
****************************************************************************/
import QtQuick 2.0
import QtMultimedia 5.0
-import "settings.js" as Settings
Rectangle {
id: root
@@ -64,11 +63,11 @@ Rectangle {
Rectangle {
height: column.height + 30
width: 500
- color: Settings.backgroundColor
+ color: _backgroundColor
opacity: 0.9
anchors.centerIn: parent
anchors.verticalCenterOffset: -50
- border.color: Settings.primaryGrey
+ border.color: _primaryGrey
border.width: 2
Column {