Sun, 29 Jul 2018 12:53:57 +0200
E5PathPickerDialog: enabled word wrap for the label text to be able to cope with longer texts.
E5Gui/E5PathPickerDialog.py | file | annotate | diff | comparison | revisions |
--- 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(