Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py

changeset 3366
6084bb3c3911
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
diff -r 5dafcc891579 -r 6084bb3c3911 Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py
--- a/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py	Wed Mar 12 19:54:14 2014 +0100
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py	Thu Mar 13 19:21:25 2014 +0100
@@ -90,6 +90,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

eric ide

mercurial