--- a/QScintilla/MarkupProviders/HyperlinkMarkupDialog.py Sun Jan 08 18:51:55 2017 +0100 +++ b/QScintilla/MarkupProviders/HyperlinkMarkupDialog.py Sun Jan 08 18:52:16 2017 +0100 @@ -42,6 +42,9 @@ self.titelEdit.setEnabled(not noTitle) self.__updateOkButton() + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) def __updateOkButton(self): """