From 215fda1d3c06d973273647600f3c2ba1e4b30cfb Mon Sep 17 00:00:00 2001 From: Claudio Cambra <developer@claudiocambra.com> Date: Sun, 26 May 2024 23:36:06 +0800 Subject: [PATCH] macosx: Enable multiple selection on album supplementary detail view table view Signed-off-by: Claudio Cambra <developer@claudiocambra.com> --- .../UI/VLCLibraryCollectionViewAlbumSupplementaryDetailView.xib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/macosx/UI/VLCLibraryCollectionViewAlbumSupplementaryDetailView.xib b/modules/gui/macosx/UI/VLCLibraryCollectionViewAlbumSupplementaryDetailView.xib index 4640df088387..ca7081d5e707 100644 --- a/modules/gui/macosx/UI/VLCLibraryCollectionViewAlbumSupplementaryDetailView.xib +++ b/modules/gui/macosx/UI/VLCLibraryCollectionViewAlbumSupplementaryDetailView.xib @@ -144,7 +144,7 @@ <rect key="frame" x="0.0" y="0.0" width="699" height="198"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> - <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" tableStyle="fullWidth" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="50" viewBased="YES" id="eEJ-WA-0aM" customClass="VLCLibraryTableView"> + <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" tableStyle="fullWidth" columnReordering="NO" autosaveColumns="NO" rowHeight="50" viewBased="YES" id="eEJ-WA-0aM" customClass="VLCLibraryTableView"> <rect key="frame" x="0.0" y="0.0" width="699" height="188"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <size key="intercellSpacing" width="3" height="2"/> -- GitLab