[vlc-commits] [Git][videolan/vlc][master] qt: do not set `clip` in MusicArtist
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Jun 7 15:19:24 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
c13f21c8 by Fatih Uzunoglu at 2024-06-07T15:05:32+00:00
qt: do not set `clip` in MusicArtist
Clipping is not necessary here, and it makes
the frosted glass effect useless.
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/MusicArtist.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/MusicArtist.qml
=====================================
@@ -430,7 +430,6 @@ FocusScope {
readonly property int _nbCols: VLCStyle.gridColumnsForWidth(tableView_id.availableRowWidth)
- clip: true // content may overflow if not enough space is provided
model: trackModel
onActionForSelection: (selection) => {
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c13f21c8fdb308ce5e5a686f3c980b4b63ec6eca
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c13f21c8fdb308ce5e5a686f3c980b4b63ec6eca
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