--- a/Project/AddDirectoryDialog.py Wed Mar 12 19:54:14 2014 +0100 +++ b/Project/AddDirectoryDialog.py Thu Mar 13 19:21:25 2014 +0100 @@ -79,6 +79,9 @@ self.tr("Other Files (*)"), "OTHERS") self.filterComboBox.setCurrentIndex(0) + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) + @pyqtSlot(str) def on_filterComboBox_highlighted(self, fileType): """