Debugger/StartDialog.py

changeset 3366
6084bb3c3911
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
diff -r 5dafcc891579 -r 6084bb3c3911 Debugger/StartDialog.py
--- a/Debugger/StartDialog.py	Wed Mar 12 19:54:14 2014 +0100
+++ b/Debugger/StartDialog.py	Thu Mar 13 19:21:25 2014 +0100
@@ -116,6 +116,9 @@
         
         self.__clearHistoryLists = False
         
+        msh = self.minimumSizeHint()
+        self.resize(max(self.width(), msh.width()), msh.height())
+        
     @pyqtSlot()
     def on_dirButton_clicked(self):
         """

eric ide

mercurial