Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3366
6084bb3c3911
child 3656
441956d8fce5
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
41 self.tagCombo.setEditText(reposURL) 41 self.tagCombo.setEditText(reposURL)
42 42
43 if not standardLayout: 43 if not standardLayout:
44 self.TagActionGroup.setEnabled(False) 44 self.TagActionGroup.setEnabled(False)
45 45
46 msh = self.minimumSizeHint()
47 self.resize(max(self.width(), msh.width()), msh.height())
48
46 def on_tagCombo_editTextChanged(self, text): 49 def on_tagCombo_editTextChanged(self, text):
47 """ 50 """
48 Private method used to enable/disable the OK-button. 51 Private method used to enable/disable the OK-button.
49 52
50 @param text text of the tag combobox (string) 53 @param text text of the tag combobox (string)

eric ide

mercurial