style: add line break in the caption of the about dialog.

This commit is contained in:
Josh
2024-10-19 11:45:24 -07:00
parent 4b08b3f8d8
commit d291fcfd52

View File

@ -76,7 +76,7 @@ struct AboutView: View {
Text("Ghostty")
.bold()
.font(.title)
Text("Fast, native, feature-rich terminal emulator pushing modern features.")
Text("Fast, native, feature-rich terminal \nemulator pushing modern features.")
.multilineTextAlignment(.center)
.fixedSize(horizontal: false, vertical: true)
.font(.caption)