--- a/E5Gui/E5PathPickerDialog.py Sat Jul 28 19:16:05 2018 +0200 +++ b/E5Gui/E5PathPickerDialog.py Sun Jul 29 12:53:57 2018 +0200 @@ -32,6 +32,7 @@ self.__layout = QVBoxLayout(self) self.__label = QLabel(self) + self.__label.setWordWrap(True) self.__pathPicker = E5PathPicker(self) self.__buttonBox = QDialogButtonBox(