mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-06-06 01:31:17 -04:00
Align Catalog URLs header/footer in Preferences
This commit is contained in:
parent
256f40feb8
commit
56240d3227
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue