https://bugs.kde.org/show_bug.cgi?id=358689
--- Comment #3 from Nikita Skovoroda <chalk...@gmail.com> --- QT_AUTO_SCREEN_SCALE_FACTOR enables the auto-scaling, which has certain issues (it does not calculate the correct scale on notebooks, for example), see https://bugreports.qt.io/browse/QTBUG-52202 QT_SCALE_FACTOR is an _additional_ scaling factor, and that one also scales fonts, which are already adjusted by the dpi setting (and forcing dpi to 96 would break other apps). http://doc.qt.io/qt-5/highdpi.html#qt-support -- You are receiving this mail because: You are watching all bug changes.