Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.8.3
-
-
696f9adaa (dev), c46fdbad7 (6.9), 891d1bddf (6.8)
Description
QCheckBox without a text is right cropped with windows 11 style
There were no problem with Qt6.8.2
Simple reproducer:
int main(int argc, char* argv[]) { QApplication app(argc, argv); QWidget w; auto lay = new QHBoxLayout(&w); auto cbx = new QCheckBox(); auto lbl = new QLabel("Label"); lay->addWidget(cbx); lay->addWidget(lbl); lay->addItem(new QSpacerItem(0, 0, QSizePolicy::Expanding)); w.show(); return app.exec(); }
Attachments
Issue Links
- resulted from
-
QTBUG-133117 Windows11Style: Check boxes and radio buttons slightly cropped at 150%
-
- Closed
-
For Gerrit Dashboard: QTBUG-135628 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
637806,2 | Windows11Style: Fix size hint for RadioButton/Checkbox | dev | qt/qtbase | Status: MERGED | +2 | 0 |
638487,2 | Windows11Style: Fix size hint for RadioButton/Checkbox | 6.9 | qt/qtbase | Status: MERGED | +2 | 0 |
638639,2 | Windows11Style: Fix size hint for RadioButton/Checkbox | 6.8 | qt/qtbase | Status: MERGED | +2 | 0 |