apprt/gtk: remove non-ascii characters from resize overlay (#6040)

It is possible that fonts people are using don't contain these
characters as evidenced by users in the Discord.
pull/6047/head
Jeffrey C. Ollie 2025-03-01 08:54:31 -06:00 committed by GitHub
commit ed647caa2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ fn gtkUpdate(ud: ?*anyopaque) callconv(.C) c_int {
var buf: [32]u8 = undefined;
const text = std.fmt.bufPrintZ(
&buf,
"{d} {d} ↕",
"{d} x {d}",
.{
grid_size.columns,
grid_size.rows,