[vlc-commits] [Git][videolan/vlc][master] qml: make playlist listview's background opaque in small screen mode
    Felix Paul Kühne (@fkuehne) 
    gitlab at videolan.org
       
    Sun Sep  8 16:28:08 UTC 2024
    
    
  
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
694d51a7 by Fatih Uzunoglu at 2024-09-08T16:06:03+00:00
qml: make playlist listview's background opaque in small screen mode
In small screen mode, playlist pane acts as an overlay. However, the
items that are stationed behind can not be seen since the background
directly reflects the window background in order to provide backdrop
blur effect.
In order to prevent confusion, the background is made opaque.
- - - - -
1 changed file:
- modules/gui/qt/maininterface/qml/MainDisplay.qml
Changes:
=====================================
modules/gui/qt/maininterface/qml/MainDisplay.qml
=====================================
@@ -371,6 +371,8 @@ FocusScope {
                     topPadding: VLCStyle.layoutTitle_top_padding
                     bottomPadding: VLCStyle.margin_normal + Math.max(VLCStyle.applicationVerticalMargin - g_mainDisplay.displayMargin, 0)
 
+                    useAcrylic: !VLCStyle.isScreenSmall
+
                     Navigation.parentItem: mainColumn
                     Navigation.upItem: sourcesBanner
                     Navigation.downItem: miniPlayer.visible ? miniPlayer : null
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/694d51a775d1a6718e173b5eed7c114857edf905
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/694d51a775d1a6718e173b5eed7c114857edf905
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
    
    
More information about the vlc-commits
mailing list