1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00

Set current playing cover art background to black

This makes non square cover art look better.
This commit is contained in:
Daniel Barber 2020-01-28 08:55:07 -05:00
parent 0cca68fae5
commit faa60733b7
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -29,6 +29,9 @@ class QueueViewController: NSViewController {
queueView.columnAutoresizingStyle = .sequentialColumnAutoresizingStyle
queueView.registerForDraggedTypes([.songPasteboardType, .albumPasteboardType])
queueView.draggingDestinationFeedbackStyle = .regular
queueCoverArtImage.wantsLayer = true
queueCoverArtImage.layer?.backgroundColor = CGColor.black
}
deinit {