--- a/ProjectPyramid/CreateParametersDialog.py Mon Feb 03 18:54:19 2014 +0100 +++ b/ProjectPyramid/CreateParametersDialog.py Sat Apr 12 19:43:30 2014 +0200 @@ -71,6 +71,9 @@ None, self.trUtf8('Process Generation Error'), errMsg) + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) @pyqtSlot(str) def on_nameEdit_textChanged(self, text):