diff options
| author | Josh <36625023+JoshuaBrest@users.noreply.github.com> | 2024-10-19 11:45:24 -0700 |
|---|---|---|
| committer | Josh <36625023+JoshuaBrest@users.noreply.github.com> | 2024-10-19 11:45:24 -0700 |
| commit | d291fcfd526e6c4622226b29a3f55ccc58ab400a (patch) | |
| tree | fd367c2a81ff300d8b3fd8cc920bd6c3eb8e0436 /macos/Sources/Features/About | |
| parent | 4b08b3f8d8009a94c4c5fd5744e8a88c942ab764 (diff) | |
style: add line break in the caption of the about dialog.
Diffstat (limited to 'macos/Sources/Features/About')
| -rw-r--r-- | macos/Sources/Features/About/AboutView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macos/Sources/Features/About/AboutView.swift b/macos/Sources/Features/About/AboutView.swift index 7c5c5de7f..976207e9b 100644 --- a/macos/Sources/Features/About/AboutView.swift +++ b/macos/Sources/Features/About/AboutView.swift @@ -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) |
