This is caused by #69
The reason they did this is because the UI font is placed into what should look like a padded container. So the font is naturally smaller than its buffer counterpart to make space around. Moreover, the UI size scale with the UI font.
The result of this change on HiDPi screen is oversized UI fonts, unreadable button description in pop up menu, oversized breadcrumb, etc...
I have to remove 4 points in UI font size to restore to 1.0.0 state, and the UI becomes ridiculously small, to the point it's impossible to use efficiently.
The only font that is working a little well with this change is Gram Mono, All other system fonts are overblown.
This is caused by https://codeberg.org/GramEditor/gram/pulls/69
The reason they did this is because the UI font is placed into what should look like a padded container. So the font is naturally smaller than its buffer counterpart to make space around. Moreover, the UI size scale with the UI font.
The result of this change on HiDPi screen is oversized UI fonts, unreadable button description in pop up menu, oversized breadcrumb, etc...
I have to remove 4 points in UI font size to restore to 1.0.0 state, and the UI becomes ridiculously small, to the point it's impossible to use efficiently.
The only font that is working a little well with this change is Gram Mono, All other system fonts are overblown.