remove "r" & "c" from resize overlay on macOS
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue