diff --git a/Delta/Game Selection/GameCollectionViewController.swift b/Delta/Game Selection/GameCollectionViewController.swift index 22a76c5..a976f60 100644 --- a/Delta/Game Selection/GameCollectionViewController.swift +++ b/Delta/Game Selection/GameCollectionViewController.swift @@ -64,6 +64,7 @@ extension GameCollectionViewController let layout = self.collectionViewLayout as! GridCollectionViewLayout layout.itemWidth = 90 + layout.minimumInteritemSpacing = 12 self.registerForPreviewing(with: self, sourceView: self.collectionView!)