mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Add trailing padding to preference panes
This commit is contained in:
parent
b8c2ef91fa
commit
b0f09ace04
3 changed files with 3 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ struct AdvancedPreferencePane: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.padding(.trailing)
|
||||
}
|
||||
|
||||
private var dataSourceFootnote: NSAttributedString {
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ struct GeneralPreferencePane: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.padding(.trailing)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ struct UpdatesPreferencePane: View {
|
|||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
}
|
||||
}
|
||||
.padding(.trailing)
|
||||
}
|
||||
|
||||
private var lastUpdatedString: String {
|
||||
|
|
|
|||
Loading…
Reference in a new issue