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 """ |