We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I horizontally align to the center a section that is within a container?
struct KeyBindingsView: View { private let contentWidth = 500.0 var body: some View { Settings.Container(contentWidth: contentWidth) { Settings.Section(title: "Section Title:") { Settings.Section(title: "") { KeyboardShortcuts.Recorder(for: .activate) Text("Do something.") .settingDescription() } } } } }
The text was updated successfully, but these errors were encountered:
horizontally align SwiftUI Pane to the center like Safari Settings. F…
bc57794
…ixes sindresorhus#106
Successfully merging a pull request may close this issue.
How can I horizontally align to the center a section that is within a container?
The text was updated successfully, but these errors were encountered: