macos: truncate tail of resize view

This commit is contained in:
Mitchell Hashimoto
2024-08-10 21:01:29 -07:00
parent bac258e6d2
commit 0e2012617e

View File

@ -312,8 +312,9 @@ extension Ghostty {
RoundedRectangle(cornerRadius: 4)
.fill(.background)
.shadow(radius: 3)
).lineLimit(1)
.truncationMode(.middle)
)
.lineLimit(1)
.truncationMode(.tail)
if (!position.right()) {
Spacer()