[vlc-commits] qml: reduce opacity of slider bar background in max player
Prince Gupta
git at videolan.org
Fri Nov 6 16:00:52 CET 2020
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Tue Oct 6 23:06:02 2020 +0530| [356b7d144edfdce61710614191ce2173a0272263] | committer: Pierre Lamot
qml: reduce opacity of slider bar background in max player
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=356b7d144edfdce61710614191ce2173a0272263
---
modules/gui/qt/player/qml/SliderBar.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/player/qml/SliderBar.qml b/modules/gui/qt/player/qml/SliderBar.qml
index 3103484283..9168a0bc23 100644
--- a/modules/gui/qt/player/qml/SliderBar.qml
+++ b/modules/gui/qt/player/qml/SliderBar.qml
@@ -81,7 +81,7 @@ Slider {
width: control.availableWidth
implicitHeight: control.implicitHeight
height: implicitHeight
- color: isMiniplayer ? (VLCStyle.colors.sliderBarMiniplayerBgColor) : VLCStyle.colors.setColorAlpha( VLCStyle.colors.playerFg, 0.7 )
+ color: isMiniplayer ? (VLCStyle.colors.sliderBarMiniplayerBgColor) : VLCStyle.colors.setColorAlpha( VLCStyle.colors.playerFg, 0.2 )
radius: implicitHeight
MouseArea {
More information about the vlc-commits
mailing list