Plugins/VcsPlugins/vcsMercurial/HgRevisionSelectionDialog.py

changeset 3366
6084bb3c3911
parent 3337
49faa820151a
child 3407
07966c6b5565
equal deleted inserted replaced
3364:5dafcc891579 3366:6084bb3c3911
44 44
45 if showNone: 45 if showNone:
46 self.tipButton.setText(self.tr("No revision selected")) 46 self.tipButton.setText(self.tr("No revision selected"))
47 self.tipButton.setToolTip(self.tr( 47 self.tipButton.setToolTip(self.tr(
48 "Select to not specify a specific revision")) 48 "Select to not specify a specific revision"))
49
50 msh = self.minimumSizeHint()
51 self.resize(max(self.width(), msh.width()), msh.height())
49 52
50 def __updateOK(self): 53 def __updateOK(self):
51 """ 54 """
52 Private slot to update the OK button. 55 Private slot to update the OK button.
53 """ 56 """

eric ide

mercurial