[vlc-commits] [Git][videolan/vlc][master] macosx: Liquid glassify 'add to playqueue' button on collection view items
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sun Aug 17 05:58:27 UTC 2025
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
b7773578 by Claudio Cambra at 2025-08-17T05:45:32+00:00
macosx: Liquid glassify 'add to playqueue' button on collection view items
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/library/VLCLibraryCollectionViewItem.m
Changes:
=====================================
modules/gui/macosx/library/VLCLibraryCollectionViewItem.m
=====================================
@@ -137,6 +137,13 @@ const CGFloat VLCLibraryCollectionViewItemMaximumDisplayedProgress = 0.95;
[self.playInstantlyButton.widthAnchor constraintEqualToConstant:VLCLibraryUIUnits.mediumPlaybackControlButtonSize],
[self.playInstantlyButton.heightAnchor constraintEqualToConstant:VLCLibraryUIUnits.mediumPlaybackControlButtonSize],
]];
+
+ self.addToPlayQueueButton.bordered = YES;
+ self.addToPlayQueueButton.bezelStyle = NSBezelStyleGlass;
+ self.addToPlayQueueButton.borderShape = NSControlBorderShapeCapsule;
+ self.addToPlayQueueButton.image = [NSImage imageWithSystemSymbolName:@"ellipsis" accessibilityDescription:nil];
+ self.addToPlayQueueButton.imageScaling = NSImageScaleProportionallyUpOrDown;
+ self.addToPlayQueueButton.controlSize = NSControlSizeSmall;
#endif
}
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b7773578b65cdf7665632d180afa01a8c7d4b167
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b7773578b65cdf7665632d180afa01a8c7d4b167
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