[vlc-commits] macosx/library collection view supplementary element view: don't show a border
Felix Paul Kühne
git at videolan.org
Thu May 30 21:12:36 CEST 2019
vlc | branch: master | Felix Paul Kühne <felix at feepk.net> | Thu May 30 20:27:04 2019 +0200| [4d2c5cbefcef6cc145e5643591a2dc26c08db17a] | committer: Felix Paul Kühne
macosx/library collection view supplementary element view: don't show a border
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d2c5cbefcef6cc145e5643591a2dc26c08db17a
---
.../macosx/library/VLCLibraryCollectionViewSupplementaryElementView.m | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/macosx/library/VLCLibraryCollectionViewSupplementaryElementView.m b/modules/gui/macosx/library/VLCLibraryCollectionViewSupplementaryElementView.m
index d651cf2f08..e9de52bdf5 100644
--- a/modules/gui/macosx/library/VLCLibraryCollectionViewSupplementaryElementView.m
+++ b/modules/gui/macosx/library/VLCLibraryCollectionViewSupplementaryElementView.m
@@ -42,6 +42,7 @@ NSString *VLCLibrarySupplementaryElementViewIdentifier = @"VLCLibrarySupplementa
self.textColor = self.shouldShowDarkAppearance ? [NSColor VLClibraryDarkTitleColor] : [NSColor VLClibraryLightTitleColor];
self.editable = NO;
self.selectable = NO;
+ self.bordered = NO;
}
return self;
}
More information about the vlc-commits
mailing list