--- a/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py Wed Mar 12 19:54:14 2014 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py Thu Mar 13 19:21:25 2014 +0100 @@ -92,6 +92,9 @@ self.labelCombo2.addItems([reposURL] + sorted(self.vcs.tagsList)) self.labelCombo2.setEnabled(True) + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + def __changeLabelCombo(self, labelCombo, type_): """ Private method used to change the label combo depending on the