Skip to content

Add patch to fix font scaling on HiDPI displays

Serhii Tereshchenko requested to merge partizan/tk:main into main

This is the same patch Debian uses

https://sources.debian.org/patches/tk8.6/8.6.14-1/font-sizes.diff/


I started a journey to fix bad font scaling in git-gui. Initially I tried to patch it directly, but discovered this is a known bug in Tk, and it's fixed in 8.7, but not backported to 8.6.

Long story here: https://public-inbox.org/git/20240615085345.47278-1-serg.partizan@gmail.com/

Merge request reports