Installing 3.30 in WIndows 10 the CMake GUI text is massive. How do I get it back to what it was? I tried QT_FONT_DPI but fixing the fonts in CMake messes them up in other applications including, believe it or not, running dialog applications in Visual Studio where the font type face and dialog size is altered from what is seen running the same .exe outside Visual Studio.
See High DPI | Qt 6.5 for High DPI configuration options.
- QT_SCALE_FACTOR_ROUNDING_POLICY Sets the scale factor rounding policy, which is applied to the scale factor computed from screen DPI. Supported values include
- Round (Qt 5 default) - 1
- PassThrough (Qt 6 default) - 5