[vlc-commits] [Git][videolan/vlc][master] qml/Playlist: fix items overlapping with other controls
Jean-Baptiste Kempf
gitlab at videolan.org
Fri Jun 25 17:48:13 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
7e1e7902 by Prince Gupta at 2021-06-25T17:35:24+00:00
qml/Playlist: fix items overlapping with other controls
fix by cliping the view
KeyNavigableListView used to clip by default but was changed in 5dc6c97f8f51c3ca02c3bed5be06e3acdac3a076
- - - - -
1 changed file:
- modules/gui/qt/playlist/qml/PlaylistListView.qml
Changes:
=====================================
modules/gui/qt/playlist/qml/PlaylistListView.qml
=====================================
@@ -318,6 +318,8 @@ Widgets.NavigableFocusScope {
focus: true
+ clip: true // else out of view items will overlap with surronding items
+
model: PlaylistListModel {
playlistId: mainctx.playlist
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7e1e79023abf106a86d4ecc634acf6b479e8a16e
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/7e1e79023abf106a86d4ecc634acf6b479e8a16e
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list