--- a/Debugger/EditWatchpointDialog.py Wed Mar 12 19:54:14 2014 +0100 +++ b/Debugger/EditWatchpointDialog.py Thu Mar 13 19:21:25 2014 +0100 @@ -65,6 +65,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