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, 1 insertions, 2 deletions
diff --git a/basicsuite/mediaplayer/ParameterPanel.qml b/basicsuite/mediaplayer/ParameterPanel.qml
index 1378827..81bba63 100644
--- a/basicsuite/mediaplayer/ParameterPanel.qml
+++ b/basicsuite/mediaplayer/ParameterPanel.qml
@@ -48,12 +48,11 @@
**
****************************************************************************/
import QtQuick 2.0
-import "settings.js" as Settings
Rectangle {
id: root
height: view.model.count * sliderHeight
- color: Settings.backgroundColor
+ color: _backgroundColor
property color lineColor: "black"
property real spacing: 10
property real sliderHeight: 50