[vlc-commits] [Git][videolan/vlc][master] qml: use backdrop blur effect in minimal view
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed May 13 12:51:10 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
d0382eef by Fatih Uzunoglu at 2026-05-13T12:24:59+00:00
qml: use backdrop blur effect in minimal view
This is only relevant when video is not playing.
- - - - -
1 changed file:
- modules/gui/qt/player/qml/MinimalView.qml
Changes:
=====================================
modules/gui/qt/player/qml/MinimalView.qml
=====================================
@@ -81,8 +81,11 @@ FocusScope {
}
}
- Rectangle {
- color: theme.bg.primary
+ // TODO: `ViewBlockingRectangle` (`AcrylicBackground`) is not necessary
+ // here, this should ideally be a translucent rectangle. It is
+ // is only used to provide the tint color and animations.
+ Widgets.AcrylicBackground {
+ tintColor: theme.bg.primary
anchors.fill: parent
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d0382eefe072f86b855b821164b08f2d65a1ead8
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d0382eefe072f86b855b821164b08f2d65a1ead8
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list