ProjectDjangoTagsMenu/IeCommentDialog.py

changeset 21
2f95d929282e
parent 16
f2d493540f04
child 23
070a6c65c8a9
diff -r d81400bf7038 -r 2f95d929282e ProjectDjangoTagsMenu/IeCommentDialog.py
--- a/ProjectDjangoTagsMenu/IeCommentDialog.py	Mon Feb 17 19:13:02 2014 +0100
+++ b/ProjectDjangoTagsMenu/IeCommentDialog.py	Sat Apr 12 19:36:42 2014 +0200
@@ -31,6 +31,9 @@
                                   (">", " gt"), (">=", " gte")]:
             self.conditionalComboBox.addItem(condStr, condData)
         
+        msh = self.minimumSizeHint()
+        self.resize(max(self.width(), msh.width()), msh.height())
+        
     def getData(self):
         """
         Public method to retrieve the entered data.

eric ide

mercurial