Quote:
Originally Posted by JSWolf
|
Or, once again, instead of throwing the baby out with the bathwater, you could actually set the environment variable that will force Qt6 to round fractional scaling settings the way Qt5 did by default by using:
Code:
QT_SCALE_FACTOR_ROUNDING_POLICY=Round
instead.