QTfrontend/pages.cpp
changeset 4897 11598e7aa7e6
parent 4896 972d418057a7
child 4976 088d40d8aba2
--- a/QTfrontend/pages.cpp	Tue Feb 01 00:24:28 2011 +0100
+++ b/QTfrontend/pages.cpp	Tue Feb 01 06:06:38 2011 +0100
@@ -2025,6 +2025,7 @@
 
     tb = new QTextBrowser(this);
     tb->setOpenExternalLinks(true);
+    tb->document()->setDefaultStyleSheet(HWChatWidget::STYLE);
     pageLayout->addWidget(tb, 4, 1, 1, 2);
     connect(leServerMessageNew, SIGNAL(textEdited(const QString &)), tb, SLOT(setHtml(const QString &)));
     connect(leServerMessageOld, SIGNAL(textEdited(const QString &)), tb, SLOT(setHtml(const QString &)));