Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.py

changeset 3366
6084bb3c3911
parent 3160
209a07d7e401
child 3484
645c12de6b0c
equal deleted inserted replaced
3364:5dafcc891579 3366:6084bb3c3911
27 super().__init__(parent) 27 super().__init__(parent)
28 self.setupUi(self) 28 self.setupUi(self)
29 29
30 self.date1Edit.setDate(QDate.currentDate()) 30 self.date1Edit.setDate(QDate.currentDate())
31 self.date2Edit.setDate(QDate.currentDate()) 31 self.date2Edit.setDate(QDate.currentDate())
32
33 msh = self.minimumSizeHint()
34 self.resize(max(self.width(), msh.width()), msh.height())
32 35
33 def __getRevision(self, no): 36 def __getRevision(self, no):
34 """ 37 """
35 Private method to generate the revision. 38 Private method to generate the revision.
36 39

eric ide

mercurial