E5Gui/E5PathPickerDialog.py

branch
corba_options
changeset 6444
7ce7a43aeeba
parent 6441
b7c3b34661d5
child 6466
dac80ad0de75
--- 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(

eric ide

mercurial