From 4826b66b2ac6737c5c0834b6d8b347ddb578d77b Mon Sep 17 00:00:00 2001
From: Kevin Smith <git@kismith.co.uk>
Date: Fri, 23 Jul 2010 09:37:20 +0100
Subject: Pre-render the MUC chat roster splitter.

Hopefully:
Resolves: #497

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);
-- 
cgit v0.10.2-6-g49f6