mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-21 18:55:24 -04:00
About preferences pane UI tweak
This commit is contained in:
parent
7ae18dfbf6
commit
221944016e
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue