--- a/Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.py Wed Mar 12 19:54:14 2014 +0100 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.py Thu Mar 13 19:21:25 2014 +0100 @@ -29,6 +29,9 @@ self.currUrlLabel.setText(currUrl) self.newUrlEdit.setText(currUrl) + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + def getData(self): """ Public slot used to retrieve the data entered into the dialog.