mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Bump the border radius a little
This commit is contained in:
parent
47ad36f12a
commit
034eb6dca5
@ -28,7 +28,7 @@ class AlbumViewItem: NSCollectionViewItem {
|
|||||||
albumCoverView.layer?.masksToBounds = true
|
albumCoverView.layer?.masksToBounds = true
|
||||||
|
|
||||||
albumCoverBox.wantsLayer = true
|
albumCoverBox.wantsLayer = true
|
||||||
albumCoverBox.layer?.cornerRadius = 6
|
albumCoverBox.layer?.cornerRadius = 7
|
||||||
albumCoverBox.layer?.borderWidth = 5
|
albumCoverBox.layer?.borderWidth = 5
|
||||||
|
|
||||||
setAppearance(selected: false)
|
setAppearance(selected: false)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user