diff -r 99c7da0ab9d2 -r 3fefc0c430f2 eric6/Project/DebuggerPropertiesDialog.py --- a/eric6/Project/DebuggerPropertiesDialog.py Wed Mar 03 19:37:33 2021 +0100 +++ b/eric6/Project/DebuggerPropertiesDialog.py Thu Mar 04 17:43:11 2021 +0100 @@ -49,7 +49,7 @@ self.debugClientPicker.setInsertPolicy( QComboBox.InsertPolicy.InsertAtTop) self.debugClientPicker.setSizeAdjustPolicy( - QComboBox.SizeAdjustPolicy.AdjustToContents) + QComboBox.SizeAdjustPolicy.AdjustToMinimumContentsLengthWithIcon) self.debugClientPicker.setPathsList(debugClientsHistory) self.debugClientClearHistoryButton.setIcon( UI.PixmapCache.getIcon("editDelete"))