[vlc-commits] [Git][videolan/vlc][master] qml/VideoAllDisplay: Fix header visibility

Jean-Baptiste Kempf gitlab at videolan.org
Mon Jun 21 16:20:19 UTC 2021



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
a869a8c1 by Benjamin Arnaud at 2021-06-21T16:07:16+00:00
qml/VideoAllDisplay: Fix header visibility

fix: #25628

- - - - -


1 changed file:

- modules/gui/qt/medialibrary/qml/VideoAllDisplay.qml


Changes:

=====================================
modules/gui/qt/medialibrary/qml/VideoAllDisplay.qml
=====================================
@@ -58,6 +58,10 @@ VideoAll {
 
         spacing: VLCStyle.margin_normal
 
+        // NOTE: We want the header to be visible when we have at least one media visible.
+        //       Otherwise it overlaps the default caption.
+        visible: (model.count)
+
         Loader {
             id: loader
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a869a8c1ad2c2a560fccd68a815c15210e21796b

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a869a8c1ad2c2a560fccd68a815c15210e21796b
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list