summaryrefslogtreecommitdiffstats
path: root/examples/qtmail/plugins
diff options
context:
space:
mode:
authorDon Sanders <don.sanders@nokia.com>2010-07-19 21:34:08 +1000
committerDon Sanders <don.sanders@nokia.com>2010-07-19 21:34:08 +1000
commitff9d851ca6df94b66de825e71d174851fd855a43 (patch)
treebaa216152dd67f652e5385afc70bb73e1f89f084 /examples/qtmail/plugins
parent9a15171300d391b6cbf9f74f6676f3e96e2e6dd6 (diff)
Make the html display of to, cc, etc more readable for long lists of addresses.
Diffstat (limited to 'examples/qtmail/plugins')
-rw-r--r--examples/qtmail/plugins/viewers/generic/browserwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qtmail/plugins/viewers/generic/browserwidget.cpp b/examples/qtmail/plugins/viewers/generic/browserwidget.cpp
index 9e7b29bc..e32545ba 100644
--- a/examples/qtmail/plugins/viewers/generic/browserwidget.cpp
+++ b/examples/qtmail/plugins/viewers/generic/browserwidget.cpp
@@ -936,10 +936,10 @@ void BrowserWidget::displayHtml(const QMailMessage* mail)
QString itemTemplate =
"<tr>"
- "<td align=right>"
+ "<td align='right' valign='top'>"
"<b>ID_TEXT: </b>"
"</td>"
- "<td align=left>"
+ "<td align='left' valign='top'>"
"CONTENT_TEXT"
"</td>"
"</tr>";