Revert "gaps: use logical_px() to work correctly on hi-dpi monitors" (#5251)

This reverts commit 6b658f88be.

The commit was misguided: the pixel values are already run through logical_px()
when parsing the configuration directive or command, so they should not be run
through another logical_px() pass at rendering time.
This commit is contained in:
Michael Stapelberg
2022-11-06 19:42:30 +01:00
committed by GitHub
parent 2a91514a31
commit 69e13d7821
2 changed files with 0 additions and 6 deletions

View File

@ -1 +0,0 @@
gaps: use logical_px() to scale pixel values to hi-dpi