mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 22:10:29 +00:00
inspector: fix display for fractional pixel sizes
#4371 2: Electric Boogaloo Regression caused by #7953
This commit is contained in:
@@ -756,7 +756,7 @@ fn renderSizeWindow(self: *Inspector) void {
|
||||
{
|
||||
_ = cimgui.c.igTableSetColumnIndex(1);
|
||||
cimgui.c.igText(
|
||||
"%d px",
|
||||
"%.2f px",
|
||||
self.surface.font_size.pixels(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user