[vlc-commits] qml: change background color of VideoProgressBar
    Prince Gupta 
    git at videolan.org
       
    Mon Jan  4 13:37:52 UTC 2021
    
    
  
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Mon Dec 14 23:51:54 2020 +0530| [a8ff4f1bc56a98b5cb467ce02bc73a9aa48d2964] | committer: Pierre Lamot
qml: change background color of VideoProgressBar
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a8ff4f1bc56a98b5cb467ce02bc73a9aa48d2964
---
 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 {
    
    
More information about the vlc-commits
mailing list