--- a/QScintilla/GotoDialog.py Wed Mar 12 19:54:14 2014 +0100 +++ b/QScintilla/GotoDialog.py Thu Mar 13 19:21:25 2014 +0100 @@ -36,6 +36,9 @@ self.linenumberSpinBox.setValue(curLine) self.linenumberSpinBox.selectAll() + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + def getLinenumber(self): """ Public method to retrieve the linenumber.