E5PathPickerDialog: enabled word wrap for the label text to be able to cope with longer texts. corba_options

Sun, 29 Jul 2018 12:53:57 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 29 Jul 2018 12:53:57 +0200
branch
corba_options
changeset 6444
7ce7a43aeeba
parent 6443
b21838e0adb9
child 6445
2b022e5ba54c

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(

eric ide

mercurial