macOS: remove "r" & "c" from resize overlay (#7142)
as per [#6013](https://github.com/ghostty-org/ghostty/pull/6013) and [#6040](https://github.com/ghostty-org/ghostty/pull/6040) but for macOSpull/7152/head
commit
40c3dbbb31
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue