[vlc-commits] [Git][videolan/vlc][master] macos: align library collection view minimum item sizing

Steve Lhomme (@robUx4) gitlab at videolan.org
Sun Aug 9 17:28:57 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
f737c210 by Serhii Bykov at 2026-08-09T17:16:35+00:00
macos: align library collection view minimum item sizing

- - - - -


1 changed file:

- modules/gui/macosx/views/VLCUIUnits.m


Changes:

=====================================
modules/gui/macosx/views/VLCUIUnits.m
=====================================
@@ -156,7 +156,7 @@ NSString * const VLCLibraryCollectionViewItemAdjustmentKey = @"VLCLibraryCollect
 
 + (const CGFloat)collectionViewItemMinimumWidth
 {
-    return 40;
+    return VLCUIUnits.dynamicCollectionViewItemMinimumWidth;
 }
 
 + (const unsigned short)collectionViewMinItemsInRow



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

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