--- a/QScintilla/SortOptionsDialog.py Wed Mar 12 19:54:14 2014 +0100 +++ b/QScintilla/SortOptionsDialog.py Thu Mar 13 19:21:25 2014 +0100 @@ -24,6 +24,9 @@ """ super().__init__(parent) self.setupUi(self) + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) def getData(self): """