Project/SpellingPropertiesDialog.py

changeset 3366
6084bb3c3911
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
--- a/Project/SpellingPropertiesDialog.py	Wed Mar 12 19:54:14 2014 +0100
+++ b/Project/SpellingPropertiesDialog.py	Thu Mar 13 19:21:25 2014 +0100
@@ -53,6 +53,9 @@
         
         if not new:
             self.initDialog()
+        
+        msh = self.minimumSizeHint()
+        self.resize(max(self.width(), msh.width()), msh.height())
     
     def initDialog(self):
         """

eric ide

mercurial