retext
retext copied to clipboard
HiDPI problems under Linux
All icons are blurry under Linux with a HiDPI screen.
I tried fixing the problem myself by applying the common Qt one-line trick from C++ to Python but that didn't help much: https://github.com/KAMiKAZOW/retext/commit/929a5f39068e9c78f81f9c45ec95ee1709dceb3e

The upper screenshot it the status quo (see esp. the undo/redo buttons), the lower one with my crappy attempt at a fix (the close tab button is sharper but cut off).
Can you try if it is better when you set QT_AUTO_SCREEN_SCALE_FACTOR=0 environment variable?
No difference
cc @guoyunhe
#496 is the same as my https://github.com/KAMiKAZOW/retext/commit/929a5f39068e9c78f81f9c45ec95ee1709dceb3e
Unless other things changed in the meantime, the result should render the same as shown in my screenshot.
Ok, reopening then. Any suggestions for a better fix are welcome.