[vlc-devel] [PATCH 22/26] qml: change background color of VideoProgressBar
Prince Gupta
guptaprince8832 at gmail.com
Thu Dec 17 17:26:20 UTC 2020
---
modules/gui/qt/widgets/qml/VideoProgressBar.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/widgets/qml/VideoProgressBar.qml b/modules/gui/qt/widgets/qml/VideoProgressBar.qml
index 51c9961c79..26a08cf5b3 100644
--- a/modules/gui/qt/widgets/qml/VideoProgressBar.qml
+++ b/modules/gui/qt/widgets/qml/VideoProgressBar.qml
@@ -24,7 +24,7 @@ ProgressBar {
id: progressBar
background: Rectangle {
implicitHeight: VLCStyle.dp(2, VLCStyle.scale)
- color: VLCStyle.colors.text
+ color: "white"
}
contentItem: Item {
Rectangle {
--
2.25.1
More information about the vlc-devel
mailing list