The right environment in QT_AUTO_SCREEN_SCALE_FACTOR=1, because it is not necessarily 2.
Also this make setting the environment unneeded, so, from the user point ot view, it just work™ as it should.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Patch to fix the issue.
Updated patch (fix indentation). Sorry about that.
What exactly is this trying to fix?
Can't it be done by using eg.
QT_SCALE_FACTOR=2 qtractor
?The right environment in
QT_AUTO_SCREEN_SCALE_FACTOR=1
, because it is not necessarily 2.Also this make setting the environment unneeded, so, from the user point ot view, it just work™ as it should.
ok. somewhat merged in [72ba78].
thanks
Related
Commit: [72ba78]