vlc | branch: master | Prince Gupta <[email protected]> | 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 <[email protected]> > 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 { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
