--- a/Project/SpellingPropertiesDialog.py Wed Mar 12 19:54:14 2014 +0100 +++ b/Project/SpellingPropertiesDialog.py Thu Mar 13 19:21:25 2014 +0100 @@ -53,6 +53,9 @@ if not new: self.initDialog() + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) def initDialog(self): """