Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.8.0
-
Windows 10, font scale set to 100%
-
-
b09fb51e7 (dev), 5c675fb29 (6.8)
Description
With this minimal projet, i get big fonts with 6.8.0, while still getting normal fonts in 6.6.3
#include <QApplication> #include <QLabel> int main(int argc, char *argv[]) { QApplication::setDesktopSettingsAware(false); QApplication app(argc, argv); QLabel label; label.setText("test"); label.show(); return app.exec(); }
6.6.3 results :
6.8.0 results :