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) |