I use display scale of 125% on Windows11. (You get it with right click on desktop > item Display Settings. In line "Scale" select 125% from the drop-down list. It changes scale immediately without restart.) 125% is 120DPI. I get a unit test failure C:/buildlo8/core/sc/qa/unit/subsequent_export_test2.cxx(79) : error : Assertion Test name: testTdf166724_cellAnchor::TestBody equality assertion failed - Expected: 1990 - Actual : 1905 The test does not fail, if I use a 100% display scale (96DPI). The test should be fixed to be independent from display scale or be excluded with "if (!IsDefaultDPI()) return;"