vlc | branch: master | Pierre Lamot <[email protected]> | Mon Jul 22 09:40:47 2019 +0200| [428e7a8652f31e54c97bdcfdc2fb6f4204d54c7e] | committer: Jean-Baptiste Kempf
qml: don't hardcode overlay color > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=428e7a8652f31e54c97bdcfdc2fb6f4204d54c7e --- modules/gui/qt/qml/mediacenter/MCMainDisplay.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml b/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml index 269e6f69ee..291ee15355 100644 --- a/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml +++ b/modules/gui/qt/qml/mediacenter/MCMainDisplay.qml @@ -175,7 +175,7 @@ Utils.NavigableFocusScope { visible: stackViewZone.focus anchors.fill: stackViewZone z: 42 - color: "#22ff950d" + color: VLCStyle.colors.setColorAlpha(VLCStyle.colors.accent, 0.08) border.width: VLCStyle.selectedBorder border.color: VLCStyle.colors.accent } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
