mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
style: add line break in the caption of the about dialog.
This commit is contained in:
@ -76,7 +76,7 @@ struct AboutView: View {
|
|||||||
Text("Ghostty")
|
Text("Ghostty")
|
||||||
.bold()
|
.bold()
|
||||||
.font(.title)
|
.font(.title)
|
||||||
Text("Fast, native, feature-rich terminal emulator pushing modern features.")
|
Text("Fast, native, feature-rich terminal \nemulator pushing modern features.")
|
||||||
.multilineTextAlignment(.center)
|
.multilineTextAlignment(.center)
|
||||||
.fixedSize(horizontal: false, vertical: true)
|
.fixedSize(horizontal: false, vertical: true)
|
||||||
.font(.caption)
|
.font(.caption)
|
||||||
|
Reference in New Issue
Block a user