Align Catalog URLs header/footer in Preferences

This commit is contained in:
Nindi Gill 2022-07-09 12:39:08 +10:00
parent 256f40feb8
commit 56240d3227

View file

@ -14,7 +14,7 @@ struct SettingsInstallersCatalogsView: View {
private let height: CGFloat = 200
var body: some View {
VStack {
VStack(alignment: .leading) {
Text("Catalog URLs:")
FooterText("Apple Software Update Catalogs are used to determine all available macOS Installers.")
List(selection: $selectedCatalogRow) {