summaryrefslogtreecommitdiffstats
path: root/basicsuite/mediaplayer/ParameterPanel.qml
diff options
context:
space:
mode:
authorJuho Annunen <juho.annunen@qt.io>2018-07-30 11:27:56 +0300
committerJuho Annunen <juho.annunen@qt.io>2018-08-02 09:21:50 +0000
commit4aa85d783e7e3e729ee4a4d772869236bf60d326 (patch)
tree022bd4a4dd533010e1720c1bbc26f6feb7a75eb2 /basicsuite/mediaplayer/ParameterPanel.qml
parenta60eb6782491ca42dd9139ad0a14866cdf064d40 (diff)
Use QSettings for color definitions
Task-number: QTBUG-69536 Change-Id: I4c1fa7758db6f593dd38050a75d276fcc85346ac Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
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