View Single Post
Old 08-02-2022, 01:00 PM   #62
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,709
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by JSWolf View Post
Code:
QT_ENABLE_HIGHDPI_SCALING=0
Here's how to set environment variables in Windows.
https://www.computerhope.com/issues/ch000549.htm
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.
DiapDealer is online now