Skip to content
Snippets Groups Projects
Commit 6454ee3d authored by Benjamin Arnaud's avatar Benjamin Arnaud
Browse files

qml/VLCColors: Create 'playerSeekBar' color

parent 0f9f5a8a
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ Control {
id: trackPositionSlider
visible: false
backgroundColor: Qt.lighter(colors.playerBg, 1.6180)
backgroundColor: colors.playerSeekBar
barHeight: VLCStyle.heightBar_xxsmall
enabled: Player.playingState === Player.PLAYING_STATE_PLAYING || Player.playingState === Player.PLAYING_STATE_PAUSED
colors: root.colors
......
......@@ -145,6 +145,7 @@ Item {
property color playerFgInactive: textInactive
property color playerControlBarFg: playerFg
property color playerBg: bg
property color playerSeekBar: Qt.lighter(playerBg, 1.6180)
property color playerBorder: buttonText
property color separator: blendColors(bg, text, .95)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment