[vlc-commits] [Git][videolan/vlc][master] macosx: fix favorite albums detail row layout
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sun Aug 30 08:44:05 UTC 2026
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
5dd4aebd by Serhii Bykov at 2026-08-30T10:32:12+02:00
macosx: fix favorite albums detail row layout
- - - - -
1 changed file:
- modules/gui/macosx/library/favorites-library/VLCLibraryFavoritesTableViewDelegate.m
Changes:
=====================================
modules/gui/macosx/library/favorites-library/VLCLibraryFavoritesTableViewDelegate.m
=====================================
@@ -95,7 +95,7 @@
forTableView:tableView];
if ([libraryItem isKindOfClass:VLCMediaLibraryAlbum.class]) {
- return VLCLibraryAlbumTableCellView.defaultHeight;
+ return [VLCLibraryAlbumTableCellView heightForAlbum:(VLCMediaLibraryAlbum *)libraryItem];
}
return tableView.rowHeight;
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5dd4aebdabf4a625822036bda08a24a91295158c
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5dd4aebdabf4a625822036bda08a24a91295158c
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