mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
macos: formatting
This commit is contained in:
@ -118,9 +118,9 @@ struct AboutView: View {
|
||||
|
||||
var body: some View {
|
||||
HStack(spacing: 4) {
|
||||
Text(label)
|
||||
.frame(width: 126, alignment: .trailing)
|
||||
.padding(.trailing, 2)
|
||||
Text(label)
|
||||
.frame(width: 126, alignment: .trailing)
|
||||
.padding(.trailing, 2)
|
||||
if let url {
|
||||
Link(destination: url) {
|
||||
PropertyText(text: text)
|
||||
|
Reference in New Issue
Block a user