Skip to content
Snippets Groups Projects
Commit a8ff4f1b authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Pierre Lamot
Browse files

qml: change background color of VideoProgressBar


Signed-off-by: default avatarPierre Lamot <pierre@videolabs.io>
parent ba4d9117
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ ProgressBar {
id: progressBar
background: Rectangle {
implicitHeight: VLCStyle.dp(2, VLCStyle.scale)
color: VLCStyle.colors.text
color: "white"
}
contentItem: Item {
Rectangle {
......
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