--- a/RefactoringRope/MethodToMethodObjectDialog.py Sat Apr 05 15:29:25 2014 +0200 +++ b/RefactoringRope/MethodToMethodObjectDialog.py Sat Apr 12 19:47:46 2014 +0200 @@ -43,6 +43,9 @@ self.nameEdit.setText("_MethodObject") self.nameEdit.selectAll() + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) @pyqtSlot(str) def on_nameEdit_textChanged(self, text):