mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-06-08 10:32:26 -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
|
private let height: CGFloat = 200
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
VStack {
|
VStack(alignment: .leading) {
|
||||||
Text("Catalog URLs:")
|
Text("Catalog URLs:")
|
||||||
FooterText("Apple Software Update Catalogs are used to determine all available macOS Installers.")
|
FooterText("Apple Software Update Catalogs are used to determine all available macOS Installers.")
|
||||||
List(selection: $selectedCatalogRow) {
|
List(selection: $selectedCatalogRow) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue