Quote:
Originally Posted by KevinH
Perhaps DiapDealer can tell you about Windows high dpi support in Qt and how to enable it using environment vars.
|
Quote:
Originally Posted by Turtle91
Awesome - Thanks!
|
Sorry. I missed this exchange until just now.
Try setting the following environment variable to "1" (without the quotes) to enable High DPI support for Sigil on Windows:
QT_AUTO_SCREEN_SCALE_FACTOR
I don't know what other kind of scaling you might be doing with Windows, but if the above doesn't do anything for you, you can try setting the QT_SCALE_FACTOR environment variable to something just above 1. Like maybe 1.1 or 1.2.
I'm actually tweaking some hi dpi windows stuff with Sigil right now. It's a little tough without a hi dpi monitor, though.