EmailDialog: fixed the word wrap issue.

Sun, 09 Dec 2018 12:22:08 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 09 Dec 2018 12:22:08 +0100
changeset 6618
abcf40ec75af
parent 6617
0136c0542ca3
child 6619
1d34365c082c

EmailDialog: fixed the word wrap issue.

UI/EmailDialog.py file | annotate | diff | comparison | revisions
--- a/UI/EmailDialog.py	Sun Dec 09 12:11:30 2018 +0100
+++ b/UI/EmailDialog.py	Sun Dec 09 12:22:08 2018 +0100
@@ -77,7 +77,7 @@
         self.setupUi(self)
         self.setWindowFlags(Qt.Window)
         
-        self.message.setWordWrapMode(QTextOption.WrapAtWordBoundaryOrAnywhere)
+        self.message.setWordWrapMode(QTextOption.WordWrap)
         
         self.__mode = mode
         if self.__mode == "feature":

eric ide

mercurial