mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-23 23:51:06 +01:00
Add title for About view
This commit is contained in:
parent
2e94ae9e8e
commit
cbce799e01
@ -17,7 +17,7 @@ struct SettingsAboutView: View {
|
||||
GeometryReader { geometry in
|
||||
List {
|
||||
Text("NetNewsWire").font(.largeTitle)
|
||||
AttributedStringView(string: self.viewModel.about, preferredMaxLayoutWidth: geometry.size.width - 20)
|
||||
AttributedStringView(string: self.viewModel.about, preferredMaxLayoutWidth: geometry.size.width - 20)
|
||||
Section(header: Text("CREDITS")) {
|
||||
AttributedStringView(string: self.viewModel.credits, preferredMaxLayoutWidth: geometry.size.width - 20)
|
||||
}
|
||||
@ -29,6 +29,7 @@ struct SettingsAboutView: View {
|
||||
}
|
||||
}.listStyle(InsetGroupedListStyle())
|
||||
}
|
||||
.navigationTitle(Text("About"))
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user