Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
4.4.3
-
None
Description
QGridLayout::addWidget(w, Qt::AlignCenter) adds widget with the wrong sizeHint on Mac.
If the widget w is a QLabel, with w->setWordWrap(true), it will not use the entire width, and parts of the text might not be visible.
This also happens on 4.4 and it also happens on Windows if you make the first text longer, so its not a platform regression.