https://bugs.kde.org/show_bug.cgi?id=362767
--- Comment #5 from David Edmundson <k...@davidedmundson.co.uk> --- For Case #1: - qt now scales up font DPI for some reason, you can counter that by explicitly also setting QT_FONT_DPI to be half/double (not sure which way round it is) For Case #3 Since Plasma 5.5 we do have code to disable internal high DPI managing on Qt5.6 However, it requires kwin/plasma also be *compiled* with Qt5.6 #if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)) QCoreApplication::setAttribute(Qt::AA_DisableHighDpiScaling); #endif -- You are receiving this mail because: You are watching all bug changes.