About preferences pane UI tweak

This commit is contained in:
Nindi Gill 2022-07-01 20:29:52 +10:00
parent 7ae18dfbf6
commit 221944016e

View file

@ -16,7 +16,7 @@ struct SettingsAboutView: View {
Bundle.main.infoDictionary?["CFBundleVersion"] as? String ?? ""
}
private let length: CGFloat = 128
private let spacing: CGFloat = 0
private let spacing: CGFloat = 5
var body: some View {
VStack(alignment: .leading) {