--- a/RefactoringRope/MoveMethodDialog.py Sat Apr 05 15:29:25 2014 +0200 +++ b/RefactoringRope/MoveMethodDialog.py Sat Apr 12 19:47:46 2014 +0200 @@ -42,6 +42,9 @@ self.methodEdit.setText(self.__mover.get_method_name()) self.methodEdit.selectAll() + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) @pyqtSlot(str) def on_attributeEdit_textChanged(self, text):