[vlc-commits] [Git][videolan/vlc][master] qt: show header title in browse page for small window sizes

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Aug 20 17:44:16 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
a3a3c150 by SK Devane at 2026-08-20T17:34:11+00:00
qt: show header title in browse page for small window sizes

- - - - -


2 changed files:

- modules/gui/qt/network/qml/BrowseDeviceView.qml
- modules/gui/qt/network/qml/BrowseTreeDisplay.qml


Changes:

=====================================
modules/gui/qt/network/qml/BrowseDeviceView.qml
=====================================
@@ -313,7 +313,7 @@ FocusScope {
                 titleCover_width: VLCStyle.listAlbumCover_width
                 titleCover_height: VLCStyle.listAlbumCover_height
 
-                showTitleText: false
+                showTitleText: listView.sortModel === listView._modelSmall
             }
 
             Component {


=====================================
modules/gui/qt/network/qml/BrowseTreeDisplay.qml
=====================================
@@ -310,7 +310,7 @@ Widgets.PageExt {
                     titleCover_width: VLCStyle.listAlbumCover_width
                     titleCover_height: VLCStyle.listAlbumCover_height
 
-                    showTitleText: false
+                    showTitleText: tableView.sortModel === tableView._modelSmall
                 }
             }
         }



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a3a3c1504a694499e4c211d764d9c29b85fd3dfa
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list