Re: [Interest] Problems customising Combobox popup with Qt 6.8.0

2024-11-13 Thread EXT Mitch Curtis via Interest
Ah, good catch! I've pushed a fix: https://codereview.qt-project.org/c/qt/qtdeclarative/+/604083 > -Original Message- > From: Nuno Santos > Sent: Wednesday, 13 November 2024 5:05 PM > To: EXT Mitch Curtis > Cc: interestqt-project. org > Subject: Re: [Interest] Problems customising Comb

Re: [Interest] Problems customising Combobox popup with Qt 6.8.0

2024-11-13 Thread Nuno Santos via Interest
Mitch, Thanks for your reply. Inside QtCreator I’ve entered inside Combobox and seen the template for the Combobox customisation which is different from the documentation. If I change this line: implicitHeight: contentItem.implicitHeight To height: Math.min(contentItem.implicitHeight, contro