Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
6.8.3
Description
QDateTimeEdit widget appears larger when managed by a layout with Qt::AlignHCenter alignment compared to older Qt versions.
To reproduce the issue, run the attached example project and check the console output.
// On my machine // Qt Version: 6.5.4 QRect(294,284 211x32) // Qt Version: 6.8.0 QRect(294,284 211x32) // Qt Version: 6.8.3 QRect(290,284 220x32)