Settings: Catalyst: adjust slightly the header labels

This commit is contained in:
James Magahern
2022-08-22 17:43:04 -07:00
parent 95d5d2705c
commit 75153d1c4a

View File

@@ -111,7 +111,7 @@ class GeneralSettingsViewController: UIViewController
layoutSize: headerFooterSize,
elementKind: UICollectionView.elementKindSectionHeader,
alignment: .topLeading,
absoluteOffset: CGPoint(x: insets.leading, y: insets.top)
absoluteOffset: CGPoint(x: insets.leading, y: insets.top + 5.0)
)
sectionHeader.extendsBoundary = false
sectionHeader.contentInsets = insets