mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 04:17:44 +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
|
GeometryReader { geometry in
|
||||||
List {
|
List {
|
||||||
Text("NetNewsWire").font(.largeTitle)
|
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")) {
|
Section(header: Text("CREDITS")) {
|
||||||
AttributedStringView(string: self.viewModel.credits, preferredMaxLayoutWidth: geometry.size.width - 20)
|
AttributedStringView(string: self.viewModel.credits, preferredMaxLayoutWidth: geometry.size.width - 20)
|
||||||
}
|
}
|
||||||
@ -29,6 +29,7 @@ struct SettingsAboutView: View {
|
|||||||
}
|
}
|
||||||
}.listStyle(InsetGroupedListStyle())
|
}.listStyle(InsetGroupedListStyle())
|
||||||
}
|
}
|
||||||
|
.navigationTitle(Text("About"))
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user