diff -r 5dafcc891579 -r 6084bb3c3911 Project/AddFileDialog.py --- a/Project/AddFileDialog.py Wed Mar 12 19:54:14 2014 +0100 +++ b/Project/AddFileDialog.py Thu Mar 13 19:21:25 2014 +0100 @@ -57,6 +57,9 @@ if self.filter is not None: self.sourcecodeCheckBox.hide() + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + @pyqtSlot() def on_targetDirButton_clicked(self): """