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

[REG 6.5.3 - 6.7.3] [macOS] Global scale factor has no effect on platform's window size anymore

    XMLWordPrintable

Details

    • macOS
    • 1e7581faf (dev), 6ade020b2 (6.8), 21dff2c12 (tqtc/lts-6.5)

    Description

      Global scale factor has no effect on platform's window size on macOS.
      There was no such problem with Qt 6.5.3.

      Steps to reproduce:
      1. Set QT_SCALE_FACTOR env variable to 2
      2. Run sample code

      import QtQuick
      
      Window {
          id: window
          width: 200
          height: 200
          visible: true
      
          Rectangle {
              anchors.centerIn: parent
              width: 190
              height: 190
              color: 'red'
          }
      }
      

      3. Observe the window geometry

      Actual result:
      Qt 6.7.3

      Qt 6.5.3 - expected

      Attachments

        For Gerrit Dashboard: QTBUG-131093
        # Subject Branch Project Status CR V

        Activity

          People

            vestbo Tor Arne Vestbø
            studiosus Vladimir Belyavsky
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes