[vlc-commits] [Git][videolan/vlc][master] macosx: Fix sizing of favorites header view

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Mar 17 04:02:27 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
37f0f204 by Claudio Cambra at 2026-03-17T03:29:20+00:00
macosx: Fix sizing of favorites header view

Signed-off-by: Claudio Cambra <developer at claudiocambra.com>

- - - - -


1 changed file:

- modules/gui/macosx/library/favorites-library/VLCLibraryFavoritesViewController.m


Changes:

=====================================
modules/gui/macosx/library/favorites-library/VLCLibraryFavoritesViewController.m
=====================================
@@ -115,7 +115,7 @@
                                           0.f,
                                           self.favoritesLibraryGroupSelectionTableView.bounds.size.width,
                                           headerHeight);
-    _favoritesHeaderView = [[VLCLibraryAudioGroupTableHeaderView alloc] initWithFrame:headerFrame];
+    _favoritesHeaderView = [[VLCLibraryAudioGroupTableHeaderView alloc] initWithFrame:headerFrame withInternalPaddingAddedForContentView:YES];
     _favoritesHeaderView.autoresizingMask = NSViewWidthSizable;
 
     _favoritesLibraryTableViewDelegate.detailTableHeaderView = self.favoritesHeaderView;



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/37f0f204c5cf8a6d32d1cfc0565d62f4e898d7f5
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