Plugins/VcsPlugins/vcsPySvn/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
42 self.tagCombo.setEditText(reposURL) 42 self.tagCombo.setEditText(reposURL)
43 43
44 if not standardLayout: 44 if not standardLayout:
45 self.TagActionGroup.setEnabled(False) 45 self.TagActionGroup.setEnabled(False)
46 46
47 msh = self.minimumSizeHint()
48 self.resize(max(self.width(), msh.width()), msh.height())
49
47 @pyqtSlot(str) 50 @pyqtSlot(str)
48 def on_tagCombo_editTextChanged(self, text): 51 def on_tagCombo_editTextChanged(self, text):
49 """ 52 """
50 Private method used to enable/disable the OK-button. 53 Private method used to enable/disable the OK-button.
51 54

eric ide

mercurial