--- a/Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.py Wed Mar 12 19:54:14 2014 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.py Thu Mar 13 19:21:25 2014 +0100 @@ -38,6 +38,9 @@ if not standardLayout: self.TagTypeGroup.setEnabled(False) + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + def getParameters(self): """ Public method to retrieve the tag data.