mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
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 macOS
This commit is contained in:
@@ -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