--- a/RefactoringRope/ExtractDialog.py Sat Apr 05 15:29:25 2014 +0200 +++ b/RefactoringRope/ExtractDialog.py Sat Apr 12 19:47:46 2014 +0200 @@ -40,6 +40,9 @@ self.__previewButton = self.buttonBox.addButton( self.trUtf8("Preview"), QDialogButtonBox.ActionRole) self.__previewButton.setDefault(True) + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) @pyqtSlot(str) def on_newNameEdit_textChanged(self, text):