Better but still ugly
This commit is contained in:
parent
d4fe9ce42f
commit
2003f2d2e0
|
@ -46,15 +46,15 @@ struct AboutView: View {
|
||||||
|
|
||||||
var aboutApp: some View {
|
var aboutApp: some View {
|
||||||
// TODO: Change this entire ugly thing
|
// TODO: Change this entire ugly thing
|
||||||
ScrollView {
|
List {
|
||||||
VStack (spacing: 15) {
|
Text("about.app.details")
|
||||||
Text("about.app.details")
|
.multilineTextAlignment(.leading)
|
||||||
.multilineTextAlignment(.leading)
|
.listRowThreaded()
|
||||||
Text("about.app.third-party")
|
Text("about.app.third-party")
|
||||||
.multilineTextAlignment(.leading)
|
.multilineTextAlignment(.leading)
|
||||||
}
|
.listRowThreaded()
|
||||||
.padding(.horizontal)
|
|
||||||
}
|
}
|
||||||
|
.padding(.horizontal)
|
||||||
.listThreaded(tint: Color.blue)
|
.listThreaded(tint: Color.blue)
|
||||||
.navigationTitle("about.app")
|
.navigationTitle("about.app")
|
||||||
.navigationBarTitleDisplayMode(.large)
|
.navigationBarTitleDisplayMode(.large)
|
||||||
|
|
Loading…
Reference in New Issue