--- a/eric6/Debugger/EditBreakpointDialog.py Wed Mar 03 19:37:33 2021 +0100 +++ b/eric6/Debugger/EditBreakpointDialog.py Thu Mar 04 17:43:11 2021 +0100 @@ -45,7 +45,7 @@ self.filenamePicker.setMode(E5PathPickerModes.OpenFileMode) self.filenamePicker.setSizeAdjustPolicy( - QComboBox.SizeAdjustPolicy.AdjustToContents) + QComboBox.SizeAdjustPolicy.AdjustToMinimumContentsLengthWithIcon) self.okButton = self.buttonBox.button( QDialogButtonBox.StandardButton.Ok)