QScintilla/MarkupProviders/HyperlinkMarkupDialog.py

changeset 5407
f833f89571b8
parent 5404
6b19ad5470a3
child 5412
db5a520f69d3
equal deleted inserted replaced
5406:8d09a23a8fdd 5407:f833f89571b8
40 self.__allowEmptyTarget = targetMayBeEmpty 40 self.__allowEmptyTarget = targetMayBeEmpty
41 41
42 self.titelEdit.setEnabled(not noTitle) 42 self.titelEdit.setEnabled(not noTitle)
43 43
44 self.__updateOkButton() 44 self.__updateOkButton()
45
46 msh = self.minimumSizeHint()
47 self.resize(max(self.width(), msh.width()), msh.height())
45 48
46 def __updateOkButton(self): 49 def __updateOkButton(self):
47 """ 50 """
48 Private method to update the state of the OK button. 51 Private method to update the state of the OK button.
49 """ 52 """

eric ide

mercurial