diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-23 09:32:04 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-23 09:52:02 +0100 |
commit | 46486a878310df55b686b8fbc2b6aaf35d613da7 (patch) | |
tree | c4032ae842c20cb73e0dc6ce3b039230ededaf70 /tests | |
parent | a9b086954e17d6f2d64ac94b225577cb0e416f4f (diff) | |
download | kube-46486a878310df55b686b8fbc2b6aaf35d613da7.tar.gz kube-46486a878310df55b686b8fbc2b6aaf35d613da7.zip |
Demonstrate reflow problems
...and cleanup the sizes of the text/html part a bit.
Html content with a <pre> tag, such as inserted by an apple mail reply,
is not reflowed in the TextEdit (it is in the WebEngineView).
And that causes the text edit to run off the side of the conversation
view.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/teststore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/teststore.cpp b/tests/teststore.cpp index 6dbe5622..e5a3ea88 100644 --- a/tests/teststore.cpp +++ b/tests/teststore.cpp | |||
@@ -73,7 +73,7 @@ static void createMail(const QVariantMap &object, const QByteArray &folder = {}) | |||
73 | mb, | 73 | mb, |
74 | object["subject"].toString(), | 74 | object["subject"].toString(), |
75 | object["body"].toString(), | 75 | object["body"].toString(), |
76 | {}, | 76 | object["bodyIsHtml"].toBool(), |
77 | {}, | 77 | {}, |
78 | {}, | 78 | {}, |
79 | {}); | 79 | {}); |