Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3366
6084bb3c3911
child 3656
441956d8fce5
diff -r 96232974dcdb -r 645c12de6b0c Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.py
--- a/Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.py	Sun Mar 30 22:00:14 2014 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnPropDelDialog.py	Thu Apr 03 23:05:31 2014 +0200
@@ -33,6 +33,9 @@
         
         self.recurseCheckBox.setChecked(recursive)
         
+        msh = self.minimumSizeHint()
+        self.resize(max(self.width(), msh.width()), msh.height())
+        
     def on_propNameEdit_textChanged(self, text):
         """
         Private method used to enable/disable the OK-button.

eric ide

mercurial