diff -r 96232974dcdb -r 645c12de6b0c Debugger/EditWatchpointDialog.py --- a/Debugger/EditWatchpointDialog.py Sun Mar 30 22:00:14 2014 +0200 +++ b/Debugger/EditWatchpointDialog.py Thu Apr 03 23:05:31 2014 +0200 @@ -67,6 +67,9 @@ else: self.specialEdit.setFocus() + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + def __textChanged(self, txt): """ Private slot to handle the text changed signal of the condition line