Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3366
6084bb3c3911
child 3656
441956d8fce5
child 3876
34eccb2fd1a8
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
47 # modify some what's this help texts 47 # modify some what's this help texts
48 t = self.commandCombo.whatsThis() 48 t = self.commandCombo.whatsThis()
49 if t: 49 if t:
50 t += Utilities.getPercentReplacementHelp() 50 t += Utilities.getPercentReplacementHelp()
51 self.commandCombo.setWhatsThis(t) 51 self.commandCombo.setWhatsThis(t)
52
53 msh = self.minimumSizeHint()
54 self.resize(max(self.width(), msh.width()), msh.height())
52 55
53 def on_commandCombo_editTextChanged(self, text): 56 def on_commandCombo_editTextChanged(self, text):
54 """ 57 """
55 Private method used to enable/disable the OK-button. 58 Private method used to enable/disable the OK-button.
56 59

eric ide

mercurial