Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-129832

Default font is way bigger in 6.8

    XMLWordPrintable

Details

    • Windows
    • 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 :

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            AlGrenadine Alexandre GRANVAUD
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes