Quote:
Originally Posted by Uncle Robin
Since resetting my column widths was the only impact, and that only had to be done once for each view, it's not a biggie for me
|
That's fine. I mainly mentioned it in regard to Jon's
baby-with-the-bathwater recommendation of turning
off highdpi entirely. Turning it off entirely should only be necessary if one was in the habit of turning off highdpi in
previous Qt5 versions of Calibre. If you turned it on (or if Calibre's "auto" preference decided highdpi should be used) the correct environment variable setting to emulate that behavior in Qt6 is: QT_SCALE_FACTOR_ROUNDING_POLICY = Round.
I myself, am having good luck with a value of "RoundPreferFloor" for QT_SCALE_FACTOR_ROUNDING_POLICY on a laptop using a 125% scale.