--- 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): """