summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-07-23 08:37:20 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-07-23 08:37:20 (GMT)
commit4826b66b2ac6737c5c0834b6d8b347ddb578d77b (patch)
tree8afdf4e7b63d8c53f2991f5e89e3966bfdeb2f0e
parent5a0f06ef27221f5e893a4a4c4dd96a20b7397f95 (diff)
downloadswift-4826b66b2ac6737c5c0834b6d8b347ddb578d77b.zip
swift-4826b66b2ac6737c5c0834b6d8b347ddb578d77b.tar.bz2
Pre-render the MUC chat roster splitter.swift-1.0beta5
Hopefully: Resolves: #497
-rw-r--r--Swift/QtUI/QtChatWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatWindow.cpp b/Swift/QtUI/QtChatWindow.cpp
index c1cb94e..a294898 100644
--- a/Swift/QtUI/QtChatWindow.cpp
+++ b/Swift/QtUI/QtChatWindow.cpp
@@ -40,6 +40,7 @@ QtChatWindow::QtChatWindow(const QString &contact, UIEventStream* eventStream) :
QSplitter *logRosterSplitter = new QSplitter(this);
+ logRosterSplitter->setAutoFillBackground(true);
layout->addWidget(logRosterSplitter);
messageLog_ = new QtChatView(this);