Quote:
Originally Posted by thiago.eec
Found the solution on their porting guide.
Since I use a non-integer scale factor on my windows machine, this was causing the problem. So, to correct it, i restored Qt 5 behavior setting the policy to Round:
Code:
QApplication.setHighDpiScaleFactorRoundingPolicy(QtCore.Qt.HighDpiScaleFactorRoundingPolicy.Round)
|
That doesnt explain why it affects only plugin icons though. Is it because they are too small?