Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.py

changeset 3366
6084bb3c3911
parent 3160
209a07d7e401
child 3484
645c12de6b0c
equal deleted inserted replaced
3364:5dafcc891579 3366:6084bb3c3911
36 self.tagCombo.setEditText(reposURL) 36 self.tagCombo.setEditText(reposURL)
37 37
38 if not standardLayout: 38 if not standardLayout:
39 self.TagTypeGroup.setEnabled(False) 39 self.TagTypeGroup.setEnabled(False)
40 40
41 msh = self.minimumSizeHint()
42 self.resize(max(self.width(), msh.width()), msh.height())
43
41 def getParameters(self): 44 def getParameters(self):
42 """ 45 """
43 Public method to retrieve the tag data. 46 Public method to retrieve the tag data.
44 47
45 @return tuple of string and int (tag, tag type) 48 @return tuple of string and int (tag, tag type)

eric ide

mercurial