summaryrefslogtreecommitdiffstats
path: root/basicsuite/mediaplayer/ParameterPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/mediaplayer/ParameterPanel.qml')
-rw-r--r--basicsuite/mediaplayer/ParameterPanel.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/basicsuite/mediaplayer/ParameterPanel.qml b/basicsuite/mediaplayer/ParameterPanel.qml
index 5b8e991..1378827 100644
--- a/basicsuite/mediaplayer/ParameterPanel.qml
+++ b/basicsuite/mediaplayer/ParameterPanel.qml
@@ -48,11 +48,12 @@
**
****************************************************************************/
import QtQuick 2.0
+import "settings.js" as Settings
Rectangle {
id: root
height: view.model.count * sliderHeight
- color: defaultBackground
+ color: Settings.backgroundColor
property color lineColor: "black"
property real spacing: 10
property real sliderHeight: 50