diff -r 0d9853ceb288 -r 3ede487187f2 src/eric7/EricWidgets/EricComboSelectionDialog.py --- a/src/eric7/EricWidgets/EricComboSelectionDialog.py Mon Apr 22 13:20:16 2024 +0200 +++ b/src/eric7/EricWidgets/EricComboSelectionDialog.py Mon Apr 22 15:15:36 2024 +0200 @@ -42,6 +42,11 @@ self.on_selectionComboBox_currentTextChanged(self.selectionComboBox.itemText(0)) + if message: + self.messageLabel.setText(message) + if title: + self.setWindowTitle(title) + msh = self.minimumSizeHint() self.resize(max(self.width(), msh.width()), msh.height())