Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py

changeset 3366
6084bb3c3911
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
--- a/Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py	Wed Mar 12 19:54:14 2014 +0100
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py	Thu Mar 13 19:21:25 2014 +0100
@@ -56,6 +56,9 @@
         
         self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False)
         
+        msh = self.minimumSizeHint()
+        self.resize(max(self.width(), msh.width()), msh.height())
+        
     def getData(self):
         """
         Public method to retrieve the copy data.

eric ide

mercurial