diff --git a/Examples/Examples-macOS/IGListKitExamples/View/UserCollectionViewCell.xib b/Examples/Examples-macOS/IGListKitExamples/View/UserCollectionViewCell.xib index 562f7487..e93a67f6 100644 --- a/Examples/Examples-macOS/IGListKitExamples/View/UserCollectionViewCell.xib +++ b/Examples/Examples-macOS/IGListKitExamples/View/UserCollectionViewCell.xib @@ -1,8 +1,8 @@ - + - + @@ -22,8 +22,8 @@ - - + + @@ -42,12 +42,13 @@ + - - + + @@ -57,8 +58,9 @@ + - + diff --git a/Examples/Examples-macOS/IGListKitExamples/ViewControllers/UsersViewController.swift b/Examples/Examples-macOS/IGListKitExamples/ViewControllers/UsersViewController.swift index b3efa328..7043e7eb 100644 --- a/Examples/Examples-macOS/IGListKitExamples/ViewControllers/UsersViewController.swift +++ b/Examples/Examples-macOS/IGListKitExamples/ViewControllers/UsersViewController.swift @@ -155,6 +155,6 @@ extension UsersViewController: NSCollectionViewDelegateFlowLayout { func collectionView(_ collectionView: NSCollectionView, layout collectionViewLayout: NSCollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> NSSize { let availableWidth = collectionView.bounds.width - return CGSize(width: availableWidth, height: 44) + return CGSize(width: availableWidth, height: 47) } }