mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-02 07:58:37 +00:00
remove "r" & "c" from resize overlay on macOS
This commit is contained in:

committed by
Asadullah Shaikh

parent
4e10f972df
commit
9709d934f0
@@ -329,7 +329,7 @@ extension Ghostty {
|
||||
Spacer()
|
||||
}
|
||||
|
||||
Text(verbatim: "\(size.columns)c ⨯ \(size.rows)r")
|
||||
Text(verbatim: "\(size.columns) ⨯ \(size.rows)")
|
||||
.padding(.init(top: padding, leading: padding, bottom: padding, trailing: padding))
|
||||
.background(
|
||||
RoundedRectangle(cornerRadius: 4)
|
||||
|
Reference in New Issue
Block a user