Debugger/EditWatchpointDialog.py

changeset 3366
6084bb3c3911
parent 3160
209a07d7e401
child 3484
645c12de6b0c
diff -r 5dafcc891579 -r 6084bb3c3911 Debugger/EditWatchpointDialog.py
--- a/Debugger/EditWatchpointDialog.py	Wed Mar 12 19:54:14 2014 +0100
+++ b/Debugger/EditWatchpointDialog.py	Thu Mar 13 19:21:25 2014 +0100
@@ -65,6 +65,9 @@
         else:
             self.specialEdit.setFocus()
         
+        msh = self.minimumSizeHint()
+        self.resize(max(self.width(), msh.width()), msh.height())
+        
     def __textChanged(self, txt):
         """
         Private slot to handle the text changed signal of the condition line

eric ide

mercurial