mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +03:00
macos: truncate tail of resize view
This commit is contained in:
@ -312,8 +312,9 @@ extension Ghostty {
|
|||||||
RoundedRectangle(cornerRadius: 4)
|
RoundedRectangle(cornerRadius: 4)
|
||||||
.fill(.background)
|
.fill(.background)
|
||||||
.shadow(radius: 3)
|
.shadow(radius: 3)
|
||||||
).lineLimit(1)
|
)
|
||||||
.truncationMode(.middle)
|
.lineLimit(1)
|
||||||
|
.truncationMode(.tail)
|
||||||
|
|
||||||
if (!position.right()) {
|
if (!position.right()) {
|
||||||
Spacer()
|
Spacer()
|
||||||
|
Reference in New Issue
Block a user