mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 17:26:09 +03:00
macos: truncate tail of resize view
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user