Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.7.3, 6.8.0
-
None
-
-
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