From d291fcfd526e6c4622226b29a3f55ccc58ab400a Mon Sep 17 00:00:00 2001 From: Josh <36625023+JoshuaBrest@users.noreply.github.com> Date: Sat, 19 Oct 2024 11:45:24 -0700 Subject: [PATCH] style: add line break in the caption of the about dialog. --- macos/Sources/Features/About/AboutView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)