Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3366
6084bb3c3911
child 3656
441956d8fce5
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
38 self.tagCombo.setEditText(reposURL) 38 self.tagCombo.setEditText(reposURL)
39 39
40 if not standardLayout: 40 if not standardLayout:
41 self.TagTypeGroup.setEnabled(False) 41 self.TagTypeGroup.setEnabled(False)
42 42
43 msh = self.minimumSizeHint()
44 self.resize(max(self.width(), msh.width()), msh.height())
45
43 def getParameters(self): 46 def getParameters(self):
44 """ 47 """
45 Public method to retrieve the tag data. 48 Public method to retrieve the tag data.
46 49
47 @return tuple of string and int (tag, tag type) 50 @return tuple of string and int (tag, tag type)

eric ide

mercurial